Skip to content

Commit 79992cc

Browse files
author
Flax Authors
committed
Merge pull request google#5225 from samanklesaria:commit_to_test_ci
PiperOrigin-RevId: 866670436
2 parents 2ab6208 + 3c2277b commit 79992cc

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)