Skip to content

Commit

Permalink
build(deps): update pytorch-lightning requirement from <2.4,>=2.0 to …
Browse files Browse the repository at this point in the history
…>=2.0,<2.5 (#359)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 9a83fdb commit eaf87d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion course_UvA-DL/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy <3.0 # needed for older Torch
torch >=1.8.1,<2.5
pytorch-lightning >=2.0,<2.4
pytorch-lightning >=2.0,<2.5
torchmetrics >=1.0,<1.5
torchvision
matplotlib
Expand Down
2 changes: 1 addition & 1 deletion lightning_examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy <3.0 # needed for older Torch
torch>=1.8.1, <2.5
pytorch-lightning >=2.0,<2.4
pytorch-lightning >=2.0,<2.5
torchmetrics>=1.0, <1.5
matplotlib

0 comments on commit eaf87d8

Please sign in to comment.