Skip to content

Commit

Permalink
Change jaxlib version to the next earliest version for MacOS + Linux …
Browse files Browse the repository at this point in the history
…CI builds.

PiperOrigin-RevId: 579282341
  • Loading branch information
swachhandl authored and tensorflow-jenkins committed Nov 10, 2023
1 parent b4ee76a commit aef24a9
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 aef24a9

Please sign in to comment.