Skip to content

Commit 53ea586

Browse files
authored
Add JAX dependency for Python 3.12 (#9438)
1 parent 5b8ddb1 commit 53ea586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def _get_jax_install_requirements():
403403
jax = f'jax @ https://us-python.pkg.dev/ml-oss-artifacts-published/jax-public-nightly-artifacts-registry/jax/jax-{_jax_version}-py3-none-any.whl'
404404

405405
jaxlib = []
406-
for python_minor_version in [9, 10, 11]:
406+
for python_minor_version in [9, 10, 11, 12]:
407407
jaxlib.append(
408408
f'jaxlib @ https://us-python.pkg.dev/ml-oss-artifacts-published/jax-public-nightly-artifacts-registry/jaxlib/jaxlib-{_jaxlib_version}-cp3{python_minor_version}-cp3{python_minor_version}-manylinux2014_x86_64.whl ; python_version == "3.{python_minor_version}"'
409409
)

0 commit comments

Comments
 (0)