Skip to content

Commit

Permalink
add python3.12 support by removing upper limit (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonfnt committed Jun 28, 2024
1 parent 8d9fc80 commit d87805e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
packages = [{ include = "simple_pytree" }]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = ">=3.8"
jax = "*"
jaxlib = "*"
typing-extensions = "*"
Expand Down

0 comments on commit d87805e

Please sign in to comment.