Skip to content

Commit

Permalink
build(deps): update torchmetrics requirement from <1.5,>=1.0 to >=1.0…
Browse files Browse the repository at this point in the history
…,<1.7 (#368)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
  • Loading branch information
dependabot[bot] and Borda authored Jan 9, 2025
1 parent d77fe2e commit e30286f
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,7 +1,7 @@
numpy <3.0 # needed for older Torch
torch >=1.8.1,<2.6
torchmetrics >=1.0,<1.7
pytorch-lightning >=2.0,<2.6
torchmetrics >=1.0,<1.5
torchvision
matplotlib
seaborn
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.6
torchmetrics>=1.0, <1.7
pytorch-lightning >=2.0,<2.6
torchmetrics>=1.0, <1.5
matplotlib

0 comments on commit e30286f

Please sign in to comment.