File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ author = Nixtla
88author_email = business@nixtla.io
99copyright = Nixtla Inc.
1010branch = main
11- version = 1.7.5
11+ version = 1.7.6
1212min_python = 3.8
1313audience = Developers
1414language = English
1515custom_sidebar = True
1616license = apache2
1717status = 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
1919polars_requirements = polars[numpy]
2020ray_requirements = fugue[ray]>=0.8.1 protobuf>=3.15.3,<4.0.0 numpy<2 pandas<2.2 ray<2.8
2121dask_requirements = fugue[dask]>=0.8.1
Original file line number Diff line number Diff line change 1- __version__ = "1.7.5 "
1+ __version__ = "1.7.6 "
22__all__ = ["StatsForecast" ]
33from .core import StatsForecast
44from .distributed import fugue # noqa
You can’t perform that action at this time.
0 commit comments