File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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"
3
3
scipy~=1.7.3; python_version <= "3.7.0"
4
4
statsforecast~=1.0
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ lightning>=2.2.2,<2.5
3
3
# Capping `lightning` does not cap `pytorch_lightning`, so we cap manually
4
4
pytorch_lightning>=2.2.2,<2.5
5
5
# 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"
7
7
scipy~=1.7.3; python_version <= "3.7.0"
You can’t perform that action at this time.
0 commit comments