@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " axlearn"
7- version = " 0.2.0 "
7+ version = " 0.2.1 "
88description = " AXLearn"
99readme = " README.md"
1010requires-python = " >=3.12"
@@ -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.3 " ,
27- " jaxlib==0.8.3 " ,
26+ " jax>=0.9.1.dev20260130,<0.9.2 " ,
27+ " jaxlib>=0.9.1.dev20260130,<0.9.2 " ,
2828 " ml-dtypes==0.5.3" ,
2929 " msgpack==1.1.0" , # for checkpointing.
3030 " nltk==3.7" , # for text preprocessing
@@ -105,7 +105,7 @@ gcp = [
105105# Note: Specify -f https://storage.googleapis.com/jax-releases/libtpu_releases.html during install.
106106tpu = [
107107 " axlearn[gcp]" ,
108- " jax[tpu]==0.8.3 " , # must be >=0.4.19 for compat with v5p.
108+ " jax[tpu]>=0.9.1.dev20260130,<0.9.2 " , # must be >=0.4.19 for compat with v5p.
109109 " pathwaysutils==0.1.2" , # For JAX+Pathways single-controller accelerator coordinator.
110110]
111111# Vertex AI tensorboard. TODO(markblee): Merge with `gcp`.
@@ -131,7 +131,7 @@ dataflow = [
131131# GPU custom kernel dependency.
132132gpu = [
133133 " triton>=2.1.0" ,
134- " jax[cuda12]==0.8.3 " ,
134+ " jax[cuda12]>=0.9.1.dev20260130,<0.9.2 " ,
135135 " nvidia-ml-py==12.560.30" ,
136136 # pin nccl version, otherwise jax[cuda12] will pull latest version
137137 " nvidia-nccl-cu12==2.27.5" ,
0 commit comments