Skip to content

Commit

Permalink
Revert "Bump the python group with 2 updates (#19654)"
Browse files Browse the repository at this point in the history
This reverts commit 09133f4.
  • Loading branch information
fchollet authored May 1, 2024
1 parent 09133f4 commit b9feff9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-jax-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tensorflow-cpu~=2.16.1 # Pin to TF 2.16

# Torch cpu-only version (needed for testing).
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=2.1.0, <2.4.0
torch>=2.1.0, <2.3.0
torchvision>=0.16.0

# Jax with cuda support.
Expand Down
2 changes: 1 addition & 1 deletion requirements-tensorflow-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tensorflow[and-cuda]~=2.16.1 # Pin to TF 2.16

# Torch cpu-only version (needed for testing).
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=2.1.0, <2.4.0
torch>=2.1.0, <2.3.0
torchvision>=0.16.0

# Jax cpu-only version (needed for testing).
Expand Down
4 changes: 2 additions & 2 deletions requirements-torch-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ tensorflow-cpu~=2.16.1 # Pin to TF 2.16

# Torch with cuda support.
--extra-index-url https://download.pytorch.org/whl/cu121
torch==2.3.0+cu121
torchvision==0.18.0+cu121
torch==2.2.1+cu121
torchvision==0.17.1+cu121

# Jax cpu-only version (needed for testing).
jax[cpu]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tensorflow-cpu~=2.16.1 # Pin to TF 2.16
# Torch.
# TODO: Pin to < 2.3.0 (GitHub issue #19602)
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=2.1.0, <2.4.0
torch>=2.1.0, <2.3.0
torchvision>=0.16.0

# Jax.
Expand Down

0 comments on commit b9feff9

Please sign in to comment.