Skip to content

Commit bb80a56

Browse files
committed
Update setup.py to automatically pick up libtpu patch releases
1 parent 07440f4 commit bb80a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# The following should be updated after each new jaxlib release.
2424
_latest_jaxlib_version_on_pypi = '0.5.0'
2525

26-
_libtpu_version = '0.0.10'
26+
_libtpu_version = '0.0.10.*'
2727

2828
def load_version_module(pkg_path):
2929
spec = importlib.util.spec_from_file_location(

0 commit comments

Comments
 (0)