Skip to content

Commit

Permalink
Update requirements-pytorch.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
shchur authored Oct 18, 2023
1 parent 257bfc9 commit 8f2163d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements-pytorch.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
torch>=1.9,<3
pytorch_lightning>=1.8,<2.2
pytorch-lightning>=1.5,<3
# Need to pin protobuf (for now)
# See: https://github.com/PyTorchLightning/pytorch-lightning/issues/13159
protobuf~=3.19.0
scipy~=1.10; python_version > "3.7.0"
scipy~=1.7.3; python_version <= "3.7.0"
scipy~=1.7.3; python_version <= "3.7.0"

0 comments on commit 8f2163d

Please sign in to comment.