Skip to content

Commit 4741ca9

Browse files
judyzhaoxinwucamiloCienet
authored andcommitted
Reverse the jax version for pyproject.toml
1 parent a228b27 commit 4741ca9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 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.0,<0.9.2",
28-
"jaxlib>=0.9.0,<0.9.2",
27+
"jax>=0.9.1.dev20260130,<0.9.2",
28+
"jaxlib>=0.9.1.dev20260130,<0.9.2",
2929
"ml-dtypes==0.5.3",
3030
"msgpack==1.1.0", # for checkpointing.
3131
"nltk==3.7", # for text preprocessing
@@ -107,7 +107,7 @@ gcp = [
107107
# Note: Specify -f https://storage.googleapis.com/jax-releases/libtpu_releases.html during install.
108108
tpu = [
109109
"axlearn[gcp]",
110-
"jax[tpu]>=0.9.0,<0.9.2", # must be >=0.4.19 for compat with v5p.
110+
"jax[tpu]>=0.9.1.dev20260130,<0.9.2", # must be >=0.4.19 for compat with v5p.
111111
"pathwaysutils==0.1.2", # For JAX+Pathways single-controller accelerator coordinator.
112112
]
113113
# Vertex AI tensorboard. TODO(markblee): Merge with `gcp`.
@@ -133,7 +133,7 @@ dataflow = [
133133
# GPU custom kernel dependency.
134134
gpu = [
135135
"triton>=2.1.0",
136-
"jax[cuda12]>=0.9.0,<0.9.2",
136+
"jax[cuda12]>=0.9.1.dev20260130,<0.9.2",
137137
"nvidia-ml-py==12.560.30",
138138
# pin nccl version, otherwise jax[cuda12] will pull latest version
139139
"nvidia-nccl-cu12==2.27.5",

0 commit comments

Comments
 (0)