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

Update torchmetrics requirement from <0.11.0,>0.7.0 to >0.7.0,<0.12.0 in /requirements #1587

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packaging <24.0
setuptools <=59.5.0 # Prevent install bug with tensorboard
numpy <1.25
torch >1.7.0, <=2.0.1
torchmetrics >0.7.0, <0.11.0 # strict
torchmetrics >0.7.0, <0.12.0 # strict
Borda marked this conversation as resolved.
Show resolved Hide resolved
pytorch-lightning >1.8.0, <2.0.0 # strict
pyDeprecate >0.2.0
pandas >1.1.0, <=1.5.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/datatype_image_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fastface <=0.1.3 # dead
fairscale

# pinned PL so we force a compatible TM version
torchmetrics<0.8.0
torchmetrics<0.12.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
2 changes: 1 addition & 1 deletion requirements/testing_serve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ sahi ==0.8.19
torch ==1.10.2
torchaudio ==0.10.2
torchvision ==0.11.3
torchmetrics ==0.10.3
torchmetrics ==0.11.4