Skip to content

Commit

Permalink
uplift torchmetrics, torchvision deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lannelin committed May 5, 2024
1 parent e4c3dd6 commit fbc8f2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy <1.26.0
lightning >=2.0.0 # strict
torchmetrics >=0.10.0, <0.12.0
torchmetrics >=0.7.0, <1.3.0
lightning-utilities >0.3.1 # this is needed for PL 1.7
torchvision >=0.10.0 # todo: move to topic related extras
torchvision >=0.15.0, <0.19.0 # todo: move to topic related extras
tensorboard >=2.9.1, <2.14.0 # for `TensorBoardLogger`
2 changes: 1 addition & 1 deletion requirements/models.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torchvision >=0.10.0
torchvision >=0.15.0, <0.19.0
scikit-learn >=1.0.2
Pillow >9.0.0
gym[atari] >=0.17.2, <0.22.0 # strict
Expand Down

0 comments on commit fbc8f2f

Please sign in to comment.