Skip to content

Commit d8cd339

Browse files
author
Azure Pipelines
committed
Merge remote-tracking branch 'origin/main' into publication
2 parents f925332 + 8bc23e6 commit d8cd339

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,5 +1,5 @@
11
numpy <3.0 # needed for older Torch
2-
torch >=1.8.1,<2.7
2+
torch >=1.8.1,<2.8
33
torchmetrics >=1.0,<1.8
44
pytorch-lightning >=2.0,<2.6
55
torchvision

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
2-
torch>=1.8.1, <2.7
2+
torch>=1.8.1, <2.8
33
torchmetrics>=1.0, <1.8
44
pytorch-lightning >=2.0,<2.6
55
matplotlib

0 commit comments

Comments
 (0)