Skip to content

Commit a01f01f

Browse files
build(deps): update pytorch-lightning requirement from <2.1.0,>=2.0 to >=2.0,<2.4.0 (#345)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e24bec1 commit a01f01f

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,6 +1,6 @@
11
numpy <2.0 # needed for older Torch
22
torch >=1.8.1,<2.5
3-
pytorch-lightning >=2.0,<2.1
3+
pytorch-lightning >=2.0,<2.4
44
torchmetrics >=1.0,<1.5
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 <2.0 # needed for older Torch
22
torch>=1.8.1, <2.5
3-
pytorch-lightning>=2.0, <2.2
3+
pytorch-lightning >=2.0,<2.4
44
torchmetrics>=1.0, <1.5
55
matplotlib

0 commit comments

Comments
 (0)