@@ -23,8 +23,8 @@ core = [
2323 " absl-py==2.3.1" ,
2424 " chex==0.1.91" ,
2525 " importlab==0.8.1" , # breaks pytype on 0.8
26- " jax== 0.8.1.dev20251104 " ,
27- " jaxlib== 0.8.1.dev20251104 " ,
26+ " jax== 0.8.1.dev20251107 " ,
27+ " jaxlib== 0.8.1.dev20251107 " ,
2828 " ml-dtypes==0.5.3" ,
2929 " msgpack==1.1.0" , # for checkpointing.
3030 " 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.
108108tpu = [
109109 " axlearn[gcp]" ,
110- " jax[tpu]== 0.8.1.dev20251104 " , # must be >=0.4.19 for compat with v5p.
110+ " jax[tpu]== 0.8.1.dev20251107 " , # must be >=0.4.19 for compat with v5p.
111111 " pathwaysutils==0.1.1" , # 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.
134134gpu = [
135135 " triton>=2.1.0" ,
136- " jax[cuda12]== 0.8.1.dev20251104 " ,
136+ " jax[cuda12]== 0.8.1.dev20251107 " ,
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