Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
build(deps): bump torch from 1.10.2 to 2.0.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.0.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.0.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] committed Jul 31, 2023
1 parent 8ad3a96 commit d078c1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.0.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.1
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.0.1
torchaudio ==0.10.2
torchvision ==0.11.3
torchmetrics ==0.10.3

0 comments on commit d078c1a

Please sign in to comment.