Skip to content

Commit 7024ce6

Browse files
committed
update jax minver to 0.8.1
1 parent 09537f4 commit 7024ce6

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
@@ -14,7 +14,7 @@ dependencies = [
1414
"numpy>=1.23.2; python_version>='3.11'",
1515
"numpy>=1.26.0; python_version>='3.12'",
1616
# keep in sync with jax-version in .github/workflows/build.yml
17-
"jax>=0.7.1",
17+
"jax>=0.8.1",
1818
"msgpack",
1919
"optax",
2020
"orbax-checkpoint",

0 commit comments

Comments
 (0)