We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50aab74 commit 3a49ffbCopy full SHA for 3a49ffb
requirements/requirements-pytorch.txt
@@ -1,7 +1,7 @@
1
torch>=1.9,<3
2
-lightning>=2.2.2,<2.5
+lightning>=2.2.2,<2.6
3
# Capping `lightning` does not cap `pytorch_lightning`, so we cap manually
4
-pytorch_lightning>=2.2.2,<2.5
+pytorch_lightning>=2.2.2,<2.6
5
# scipy cap can be removed once this is resolved: https://github.com/statsmodels/statsmodels/issues/9584
6
scipy<1.16.0; python_version > "3.7.0"
7
scipy~=1.7.3; python_version <= "3.7.0"
0 commit comments