@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " axlearn"
7- version = " 0.1.8 "
7+ version = " 0.1.9 "
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.0.dev20251006 " ,
27- " jaxlib==0.8.0.dev20251006 " ,
26+ " jax==0.8.0" ,
27+ " jaxlib==0.8.0" ,
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.0.dev20251006 " , # must be >=0.4.19 for compat with v5p.
110+ " jax[tpu]==0.8.0" , # 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.dev20251006 " ,
136+ " jax[cuda12]==0.8.0" ,
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" ,
@@ -210,14 +210,14 @@ junit_family="xunit2"
210210line_length = 100
211211profile = " black"
212212
213- [tool .pip . uv ]
213+ [tool .uv . pip ]
214214find-links = [
215215 " https://storage.googleapis.com/axlearn-wheels/wheels.html" ,
216216 " https://storage.googleapis.com/jax-releases/libtpu_releases.html" ,
217217]
218- extra-index-url = [
219- " https://us-python.pkg.dev/ml-oss-artifacts-published/jax-public-nightly-artifacts-registry/simple"
220- ]
218+ # extra-index-url = [
219+ # "https://us-python.pkg.dev/ml-oss-artifacts-published/jax-public-nightly-artifacts-registry/simple"
220+ # ]
221221no-build-isolation-package = [
222222 " apache-beam" ,
223223]
0 commit comments