Skip to content

Commit 3c2277b

Browse files
committed
Pin optax dependency to avoid error
1 parent 2e1f5ad commit 3c2277b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
# keep in sync with jax-version in .github/workflows/build.yml
2121
"jax>=0.8.1",
2222
"msgpack",
23-
"optax",
23+
"optax==0.2.6",
2424
"orbax-checkpoint",
2525
"tensorstore",
2626
"rich>=11.1",
@@ -43,6 +43,7 @@ dynamic = ["version", "readme"]
4343
[project.optional-dependencies]
4444
testing = [
4545
"clu",
46+
"chex",
4647
"clu<=0.0.9; python_version<'3.10'",
4748
"einops",
4849
"gymnasium[atari]; python_version<'3.14'",

0 commit comments

Comments
 (0)