Skip to content

Commit 6019ce8

Browse files
author
Azure Pipelines
committed
Merge remote-tracking branch 'origin/main' into publication
2 parents 4b15960 + 2e9d655 commit 6019ce8

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

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.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)