Skip to content

Commit

Permalink
[MNT] Bump statsforecast to latest version (#7573)
Browse files Browse the repository at this point in the history
Allow v2.0.0 of `statsforecast`
  • Loading branch information
yarnabrina authored Dec 29, 2024
1 parent 1cb5aeb commit 28f4f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ all_extras = [
'seasonal; python_version < "3.13"',
'skforecast<0.15,>=0.12.1; python_version < "3.13"',
"skpro>=2,<2.9.0",
'statsforecast<1.8.0,>=1.0.0; python_version < "3.12"',
'statsforecast<2.1.0,>=1.0.0; python_version < "3.13"',
'statsmodels>=0.12.1; python_version < "3.13"',
'stumpy>=1.5.1; python_version < "3.11"',
'tbats>=1.1; python_version < "3.12"',
Expand Down Expand Up @@ -148,7 +148,7 @@ all_extras_pandas2 = [
'seasonal; python_version < "3.13"',
'skforecast<0.15,>=0.12.1; python_version < "3.13"',
'skpro>=2,<2.9.0',
'statsforecast<1.8.0,>=1.0.0; python_version < "3.12"',
'statsforecast<2.1.0,>=1.0.0; python_version < "3.13"',
'statsmodels>=0.12.1; python_version < "3.13"',
'stumpy>=1.5.1; python_version < "3.11"',
'tbats>=1.1; python_version < "3.12"',
Expand Down Expand Up @@ -202,7 +202,7 @@ forecasting = [
'prophet<1.2,>=1.1; python_version < "3.13"',
'skforecast<0.15,>=0.12.1; python_version < "3.13"',
"skpro>=2,<2.9.0",
'statsforecast<1.8.0,>=1.0.0; python_version < "3.12"',
'statsforecast<2.1.0,>=1.0.0; python_version < "3.13"',
'statsmodels<0.15,>=0.12.1; python_version < "3.13"',
'tbats<1.2,>=1.1; python_version < "3.12"',
]
Expand Down

0 comments on commit 28f4f0d

Please sign in to comment.