We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1f5ad commit 3c2277bCopy full SHA for 3c2277b
1 file changed
pyproject.toml
@@ -20,7 +20,7 @@ dependencies = [
20
# keep in sync with jax-version in .github/workflows/build.yml
21
"jax>=0.8.1",
22
"msgpack",
23
- "optax",
+ "optax==0.2.6",
24
"orbax-checkpoint",
25
"tensorstore",
26
"rich>=11.1",
@@ -43,6 +43,7 @@ dynamic = ["version", "readme"]
43
[project.optional-dependencies]
44
testing = [
45
"clu",
46
+ "chex",
47
"clu<=0.0.9; python_version<'3.10'",
48
"einops",
49
"gymnasium[atari]; python_version<'3.14'",
0 commit comments