Skip to content

Commit

Permalink
Bump the python group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 2 updates: torch and torchvision.


Updates `torch` from 2.2.1+cu121 to 2.3.0+cu121

Updates `torchvision` from 0.17.1+cu121 to 0.18.0+cu121

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: torchvision
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 9a69ece commit 4033ca7
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.3.0
torch>=2.1.0, <2.4.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.3.0
torch>=2.1.0, <2.4.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.2.1+cu121
torchvision==0.17.1+cu121
torch==2.3.0+cu121
torchvision==0.18.0+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.3.0
torch>=2.1.0, <2.4.0
torchvision>=0.16.0

# Jax.
Expand Down

0 comments on commit 4033ca7

Please sign in to comment.