Skip to content

Commit 4307a65

Browse files
authored
update jax, ml-dtypes, & tensorflow pins (#180)
1 parent 49f09dc commit 4307a65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ keywords = []
1616
# pip dependencies of the project
1717
dependencies = [
1818
"chex==0.1.89",
19-
"jax==0.5.0",
19+
"jax==0.5.2",
2020
"flax==0.10.4",
21-
"ml_dtypes==0.4.0",
21+
"ml_dtypes==0.5.1",
2222
"optax==0.2.4",
2323
"orbax-checkpoint==0.11.8",
2424
"orbax-export==0.0.6",
@@ -39,7 +39,7 @@ dev = [
3939

4040
# TensorFlow datasets is an extra because it has a large install footprint.
4141
tfds = [
42-
"tensorflow==2.18.0",
42+
"tensorflow==2.19.0",
4343
"tensorflow_datasets==4.9.7",
4444
]
4545

0 commit comments

Comments
 (0)