Skip to content

Commit 1da7309

Browse files
authored
Pin update to 20250617. After that there is a pallas regression (#9415)
1 parent 468760a commit 1da7309

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ new_local_repository(
4646

4747
# To build PyTorch/XLA with a new revison of OpenXLA, update the xla_hash to
4848
# 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.
5050

5151
http_archive(
5252
name = "xla",

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@
108108

109109
USE_NIGHTLY = True # Whether to use nightly or stable libtpu and JAX.
110110

111-
_libtpu_version = '0.0.17'
112-
_libtpu_date = '20250611'
111+
_libtpu_version = '0.0.18'
112+
_libtpu_date = '20250617'
113113

114114
_jax_version = '0.6.2'
115115
_jaxlib_version = '0.6.2'
116-
_jax_date = '20250611' # Date for jax and jaxlib.
116+
_jax_date = '20250617' # Date for jax and jaxlib.
117117

118118
if USE_NIGHTLY:
119119
_libtpu_version += f".dev{_libtpu_date}"
@@ -434,7 +434,7 @@ def _get_jax_install_requirements():
434434
"Programming Language :: C++",
435435
"Programming Language :: Python :: 3",
436436
],
437-
python_requires=">=3.8.0",
437+
python_requires=">=3.10.0",
438438
packages=packages_to_include,
439439
package_dir=package_dir_mapping,
440440
ext_modules=[

0 commit comments

Comments
 (0)