@@ -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.0 " ,
27- " jaxlib==0.8.0 " ,
26+ " jax==0.8.1.dev20251102 " ,
27+ " jaxlib==0.8.1.dev20251102 " ,
2828 " ml-dtypes==0.5.3" ,
2929 " msgpack==1.1.0" , # for checkpointing.
3030 " nltk==3.7" , # for text preprocessing
@@ -52,7 +52,7 @@ core = [
5252# Apple Silicon dependencies.
5353# Need to run `conda install -c apple tensorflow-deps` separately.
5454apple-silicon = [
55- " array-record== 0.8.1.1 ; platform_machine == 'arm64'" , # Prevent mutex.cc lock
55+ " array-record< 0.8; platform_machine == 'arm64'" , # Prevent mutex.cc lock
5656]
5757# Requirements for testing and development.
5858dev = [
@@ -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.0 " , # must be >=0.4.19 for compat with v5p.
110+ " jax[tpu]==0.8.1.dev20251102 " , # 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.0 " ,
136+ " jax[cuda12]==0.8.1.dev20251102 " ,
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" ,
@@ -211,6 +211,9 @@ line_length = 100
211211profile = " black"
212212
213213[tool .uv .pip ]
214+ extra-index-url = [
215+ " https://us-python.pkg.dev/ml-oss-artifacts-published/jax/simple/" ,
216+ ]
214217find-links = [
215218 " https://storage.googleapis.com/axlearn-wheels/wheels.html" ,
216219 " https://storage.googleapis.com/jax-releases/libtpu_releases.html" ,
0 commit comments