Prepare for emergency jax and jaxlib 0.4.23 release

PiperOrigin-RevId: 590780824
This commit is contained in:
Yash Katariya 2023-12-13 18:57:01 -08:00 committed by jax authors
parent b392622647
commit 1c68577dcd

View File

@ -22,7 +22,7 @@ from setuptools import setup, find_packages
project_name = 'jax'
_current_jaxlib_version = '0.4.22'
_current_jaxlib_version = '0.4.23'
# The following should be updated with each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.22'
_available_cuda11_cudnn_versions = ['86']