Skip to content

Commit

Permalink
build(deps): bump torch from 1.10.2 to 2.5.1 in /requirements
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.2 to 2.5.1.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v1.10.2...v2.5.1)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 5b4003b commit 8040a1e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
packaging <24.0
setuptools <=68.0.0 # Prevent install bug with tensorboard
numpy <1.26
torch >1.7.0, <=2.0.1
torch >1.7.0, <=2.5.1
torchmetrics >0.7.0, <0.11.0 # strict
pytorch-lightning >1.8.0, <2.0.0 # strict
pyDeprecate >0.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/datatype_graph.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ networkx <=3.1
class-resolver >=0.3.2, <=0.4.2

# todo: check if we can bump this versions, ALSO if bumped you need to update CI for find links
torch ==1.13.1
torch ==2.5.1
torchvision ==0.14.1
2 changes: 1 addition & 1 deletion requirements/datatype_image_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ fairscale
torchmetrics<0.8.0

# effdet had an issue with PL 1.12, and icevision doesn't support effdet's latest version yet (0.3.0)
torch <1.12
torch <2.6
2 changes: 1 addition & 1 deletion requirements/testing_audio.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib >3.0.0, <=3.7.2
torch ==2.0.1
torch ==2.5.1
torchaudio ==2.0.2
torchvision ==0.15.2

Expand Down
2 changes: 1 addition & 1 deletion requirements/testing_serve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# CI: limit the search space for pip/installation
sahi ==0.8.19
torch ==1.10.2
torch ==2.5.1
torchaudio ==0.10.2
torchvision ==0.11.3
torchmetrics ==0.10.3

0 comments on commit 8040a1e

Please sign in to comment.