Skip to content

Commit

Permalink
Bump JAX version (#7258)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten23 committed Jun 12, 2024
1 parent a2edc21 commit 1e3e6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
_date = '20240612'
_libtpu_version = f'0.1.dev{_date}'
_libtpu_storage_path = f'https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/wheels/libtpu-nightly/libtpu_nightly-{_libtpu_version}-py3-none-any.whl'
_jax_version = f'0.4.29.dev{_date}'
_jax_version = f'0.4.30.dev{_date}'


def _get_build_mode():
Expand Down

0 comments on commit 1e3e6b8

Please sign in to comment.