Skip to content

Commit 7f60571

Browse files
committed
v1.7.6
1 parent 32f459e commit 7f60571

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

settings.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ author = Nixtla
88
author_email = business@nixtla.io
99
copyright = Nixtla Inc.
1010
branch = main
11-
version = 1.7.5
11+
version = 1.7.6
1212
min_python = 3.8
1313
audience = Developers
1414
language = English
1515
custom_sidebar = True
1616
license = apache2
1717
status = 2
18-
requirements = cloudpickle coreforecast>=0.0.9 numba>=0.55.0 numpy>=1.21.6 pandas>=1.3.5 scipy>=1.7.3 statsmodels>=0.13.2 tqdm fugue>=0.8.1 utilsforecast>=0.1.4 threadpoolctl
18+
requirements = cloudpickle coreforecast>=0.0.12 numba>=0.55.0 numpy>=1.21.6 pandas>=1.3.5 scipy>=1.7.3 statsmodels>=0.13.2 tqdm fugue>=0.8.1 utilsforecast>=0.1.4 threadpoolctl
1919
polars_requirements = polars[numpy]
2020
ray_requirements = fugue[ray]>=0.8.1 protobuf>=3.15.3,<4.0.0 numpy<2 pandas<2.2 ray<2.8
2121
dask_requirements = fugue[dask]>=0.8.1

statsforecast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.7.5"
1+
__version__ = "1.7.6"
22
__all__ = ["StatsForecast"]
33
from .core import StatsForecast
44
from .distributed import fugue # noqa

0 commit comments

Comments
 (0)