mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Prepare for 0.4.30 release.
This commit is contained in:
parent
dfcfb36062
commit
3f4f79c83e
4
setup.py
4
setup.py
@ -19,10 +19,10 @@ from setuptools import setup, find_packages
|
||||
|
||||
project_name = 'jax'
|
||||
|
||||
_current_jaxlib_version = '0.4.29'
|
||||
_current_jaxlib_version = '0.4.30'
|
||||
# The following should be updated with each new jaxlib release.
|
||||
_latest_jaxlib_version_on_pypi = '0.4.29'
|
||||
_libtpu_version = '0.1.dev20240609'
|
||||
_libtpu_version = '0.1.dev20240617'
|
||||
|
||||
def load_version_module(pkg_path):
|
||||
spec = importlib.util.spec_from_file_location(
|
||||
|
Loading…
x
Reference in New Issue
Block a user