Skip to content

Commit c8e7cc3

Browse files
judyzhaoxinwucamiloCienet
authored andcommitted
Loose up the JAX version to run JAX nightly TPU jobs
1 parent c36c206 commit c8e7cc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ core = [
2424
"chex==0.1.91",
2525
"etils[epy]==1.13.0", # pin to ensure importlib-resources is installed (needed by tensorflow-datasets)
2626
"importlab==0.8.1", # breaks pytype on 0.8
27-
"jax>=0.9.1.dev20260130,<0.9.2",
28-
"jaxlib>=0.9.1.dev20260130,<0.9.2",
27+
"jax>=0.9.0,<0.9.2",
28+
"jaxlib>=0.9.0,<0.9.2",
2929
"ml-dtypes==0.5.3",
3030
"msgpack==1.1.0", # for checkpointing.
3131
"nltk==3.7", # for text preprocessing

0 commit comments

Comments
 (0)