From 1c68577dcdf70b4c0b42805d279b6a5c04d144fe Mon Sep 17 00:00:00 2001 From: Yash Katariya Date: Wed, 13 Dec 2023 18:57:01 -0800 Subject: [PATCH] Prepare for emergency jax and jaxlib 0.4.23 release PiperOrigin-RevId: 590780824 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 249e17551ed2..7f2df0142734 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 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']