Skip to content

Commit

Permalink
Updated rtd and dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole-Christian Galbo Engstrøm committed Jan 21, 2025
1 parent d5a7814 commit c3a5b90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.13"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ repository = "https://github.com/Sm00thix/IKPLS"
[tool.poetry.dependencies]
python = ">=3.9, <3.14"
numpy = ">=1.26.3"
jax = "^0.4.20"
jaxlib = "^0.4.20"
scikit-learn = "^1.5.0"
tqdm = "^4.66.1"
joblib = "^1.3.2"
jax = ">=0.4.20"
jaxlib = ">=0.4.20"
scikit-learn = ">=1.5.0"
tqdm = ">=4.66.1"
joblib = ">=1.3.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit c3a5b90

Please sign in to comment.