Skip to content

Commit

Permalink
bump pytorch lightning compat
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed Jun 14, 2024
1 parent f0f2266 commit c136c8b
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,6 +1,6 @@
torch>=1.9,<3
lightning>=2.0,<2.2
lightning>=2.2.2,<2.4
# Capping `lightning` does not cap `pytorch_lightning`, so we cap manually
pytorch_lightning>=2.0,<2.2
pytorch_lightning>=2.2.2,<2.4
scipy~=1.10; python_version > "3.7.0"
scipy~=1.7.3; python_version <= "3.7.0"

0 comments on commit c136c8b

Please sign in to comment.