Skip to content

Commit 79569e0

Browse files
authored
Update setup.py
1 parent 7f75b30 commit 79569e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
base_dir = os.path.dirname(os.path.abspath(__file__))
6666

6767
USE_NIGHTLY = False # whether to use nightly or stable libtpu and jax
68-
_date = '20241209'
69-
_libtpu_version = f'0.0.6'
70-
_jax_version = f'0.4.37'
71-
_jaxlib_version = f'0.4.36'
68+
_date = '20241210'
69+
_libtpu_version = f'0.0.7'
70+
_jax_version = f'0.4.38'
71+
_jaxlib_version = f'0.4.37'
7272
_libtpu_wheel_name = f'libtpu-{_libtpu_version}'
7373
_libtpu_storage_directory = 'libtpu-lts-releases'
7474

0 commit comments

Comments
 (0)