Skip to content

Commit

Permalink
Merge pull request #62370 from tensorflow/r2.14-ea45e14c926
Browse files Browse the repository at this point in the history
r2.14 cherry-pick: ea45e14 "Change jaxlib version to the next earliest version for MacOS + Linux CI builds."
  • Loading branch information
huberalberti committed Nov 10, 2023
2 parents b4ee76a + aef24a9 commit 99d80a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/release/requirements_mac.txt
Expand Up @@ -9,4 +9,4 @@ setuptools

# Test dependencies which don't exist on Windows
jax ~= 0.3.24
jaxlib ~= 0.3.24 # Earliest version for Python 3.11
jaxlib ~= 0.4.1
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/release/requirements_ubuntu.txt
Expand Up @@ -6,4 +6,4 @@ PyYAML ~= 6.0

# Test dependencies which don't exist on Windows
jax ~= 0.3.14
jaxlib ~= 0.3.14; platform.machine != 'aarch64'
jaxlib ~= 0.4.1; platform.machine != 'aarch64'

0 comments on commit 99d80a9

Please sign in to comment.