diff --git a/requirements.txt b/requirements.txt index 223d943a823f..1a399f00f2b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -f https://openxla.github.io/iree/pip-release-links.html -f https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html -iree-compiler==20230424.499 +iree-compiler==20230425.500 jaxlib==0.4.9.dev20230424 -e ../jax diff --git a/sync_deps.py b/sync_deps.py index 0f7deb0ae2c5..f9e3d3e39145 100755 --- a/sync_deps.py +++ b/sync_deps.py @@ -7,9 +7,9 @@ ### Update with: openxla-workspace pin PINNED_VERSIONS = { - "iree": "8cf1db2b757c3dfb5e098ac3e198198cc3e59194", - "xla": "912641080f651c96e435eae65be8169006f36ae6", - "jax": "075bbe3203e325222f826238c131c6a2f87e965c" + "iree": "6677e812c3789fd3a33897f1e250f45bfafab87b", + "xla": "52029d4b6c8af0d682bb5cda40696886646b0988", + "jax": "5c73b3153a87f7e0c7e3283f0c31f7c283240cd7" } ORIGINS = {