File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ new_local_repository(
46
46
47
47
# To build PyTorch/XLA with a new revison of OpenXLA, update the xla_hash to
48
48
# the openxla git commit hash and note the date of the commit.
49
- xla_hash = '9ac36592456e7be0d66506be75fbdacc90dd4e91 ' # Committed on 2025-06-11 .
49
+ xla_hash = '9084478fa71d7661ad9b4c95f24107b53c8a4709 ' # Committed on 2025-06-17 .
50
50
51
51
http_archive (
52
52
name = "xla" ,
Original file line number Diff line number Diff line change 108
108
109
109
USE_NIGHTLY = True # Whether to use nightly or stable libtpu and JAX.
110
110
111
- _libtpu_version = '0.0.17 '
112
- _libtpu_date = '20250611 '
111
+ _libtpu_version = '0.0.18 '
112
+ _libtpu_date = '20250617 '
113
113
114
114
_jax_version = '0.6.2'
115
115
_jaxlib_version = '0.6.2'
116
- _jax_date = '20250611 ' # Date for jax and jaxlib.
116
+ _jax_date = '20250617 ' # Date for jax and jaxlib.
117
117
118
118
if USE_NIGHTLY :
119
119
_libtpu_version += f".dev{ _libtpu_date } "
@@ -434,7 +434,7 @@ def _get_jax_install_requirements():
434
434
"Programming Language :: C++" ,
435
435
"Programming Language :: Python :: 3" ,
436
436
],
437
- python_requires = ">=3.8 .0" ,
437
+ python_requires = ">=3.10 .0" ,
438
438
packages = packages_to_include ,
439
439
package_dir = package_dir_mapping ,
440
440
ext_modules = [
You can’t perform that action at this time.
0 commit comments