Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 2e9d655

Browse files
build(deps): update torchmetrics requirement from <1.7,>=1.0 to >=1.0,<1.8 (#382)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka B <[email protected]>
1 parent 74e9087 commit 2e9d655

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

course_UvA-DL/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy <3.0 # needed for older Torch
22
torch >=1.8.1,<2.7
3-
torchmetrics >=1.0,<1.7
3+
torchmetrics >=1.0,<1.8
44
pytorch-lightning >=2.0,<2.6
55
torchvision
66
matplotlib
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy <3.0 # needed for older Torch
22
torch>=1.8.1, <2.7
3-
torchmetrics>=1.0, <1.7
3+
torchmetrics>=1.0, <1.8
44
pytorch-lightning >=2.0,<2.6
55
matplotlib

lightning_examples/text-transformers/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ scipy
22
scikit-learn
33
torchmetrics >=1.0, <1.2
44
torchtext
5-
transformers
5+
transformers <4.50
66
datasets <=2.21
77
# todo: pin version intill reinstall with PT-eco alignment
88
torch ==2.1.*

0 commit comments

Comments
 (0)