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

build(deps): bump torch from 1.10.2 to 2.0.1 in /requirements #1654

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading