Skip to content

Commit e30286f

Browse files
build(deps): update torchmetrics requirement from <1.5,>=1.0 to >=1.0,<1.7 (#368)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent d77fe2e commit e30286f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

course_UvA-DL/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy <3.0 # needed for older Torch
22
torch >=1.8.1,<2.6
3+
torchmetrics >=1.0,<1.7
34
pytorch-lightning >=2.0,<2.6
4-
torchmetrics >=1.0,<1.5
55
torchvision
66
matplotlib
77
seaborn

lightning_examples/requirements.txt

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.6
3+
torchmetrics>=1.0, <1.7
34
pytorch-lightning >=2.0,<2.6
4-
torchmetrics>=1.0, <1.5
55
matplotlib

0 commit comments

Comments
 (0)