Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry57 authored Oct 30, 2024
1 parent d1fc401 commit a901c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
documentation = "https://barry57.github.io/GENetLib/"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.9,<3.12"
flax = "^0.8.5"
optax = "^0.1.3"
matplotlib = "^3.6.2"
Expand All @@ -21,7 +21,7 @@ tensorflow-cpu = { version = "^2.11.0", markers = "sys_platform != 'darwin'" }
tensorflow-macos = { version = "2.13.1", markers = "sys_platform == 'darwin'" }
array-record = { version = "0.4.1", markers = "sys_platform == 'darwin'" }
Sphinx = { version = "^7.0.0", optional = true }
sphinx-autodoc-typehints = { version = "^2.5.0", optional = true }
sphinx-autodoc-typehints = { version = "^1.19.5", optional = true }
nbsphinx = { version = "^0.8.10", optional = true }
nbsphinx-link = { version = "^1.3.0", optional = true }
sphinx-gallery = { version = "^0.11.1", optional = true }
Expand Down

0 comments on commit a901c25

Please sign in to comment.