Skip to content

Commit

Permalink
Bump pytorch lightning compat (#3195)
Browse files Browse the repository at this point in the history
*Issue #, if available:*
https://github.com/awslabs/gluonts/security/dependabot/23

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.


**Please tag this pr with at least one of these labels to make our
release process faster:** BREAKING, new feature, bug fix, other change,
dev setup
  • Loading branch information
lostella committed Jun 14, 2024
1 parent f0f2266 commit b97ff43
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 b97ff43

Please sign in to comment.