Skip to content

Commit

Permalink
updated minimum jax version to be compatible with python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallowa07 committed Dec 2, 2024
1 parent 6aa0f06 commit 7ee5b4b
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 @@ -36,7 +36,7 @@ keywords = [
requires-python = ">=3.9"
dependencies = [
"polyclonal",
"jax[cpu]>=0.4.35",
"jax[cpu]>=0.4.30",
"jaxopt",
"typing_extensions",
"numpy",
Expand Down

0 comments on commit 7ee5b4b

Please sign in to comment.