Skip to content

Commit 8914283

Browse files
committed
Scipy cap
1 parent 2a5cf10 commit 8914283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# scipy cap can be removed once this is resolved: https://github.com/statsmodels/statsmodels/issues/9584
2-
scipy<=1.15.3; python_version > "3.7.0"
2+
scipy<1.16.0; python_version > "3.7.0"
33
scipy~=1.7.3; python_version <= "3.7.0"
44
statsforecast~=1.0

requirements/requirements-pytorch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ lightning>=2.2.2,<2.5
33
# Capping `lightning` does not cap `pytorch_lightning`, so we cap manually
44
pytorch_lightning>=2.2.2,<2.5
55
# scipy cap can be removed once this is resolved: https://github.com/statsmodels/statsmodels/issues/9584
6-
scipy<=1.15.3; python_version > "3.7.0"
6+
scipy<1.16.0; python_version > "3.7.0"
77
scipy~=1.7.3; python_version <= "3.7.0"

0 commit comments

Comments
 (0)