Skip to content

Commit a9293c9

Browse files
authored
removed ,<3.12 for causing installation issues (sokrypton#631)
1 parent 1648d23 commit a9293c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020

2121
[tool.poetry.dependencies]
22-
python = ">=3.9,<3.12"
22+
python = ">=3.9"
2323
absl-py = "^1.0.0"
2424
jax = { version = "^0.4.20", optional = true }
2525
matplotlib = "^3.2.2"

0 commit comments

Comments
 (0)