Skip to content

Commit

Permalink
v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Jul 17, 2024
1 parent 32f459e commit 7f60571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ author = Nixtla
author_email = [email protected]
copyright = Nixtla Inc.
branch = main
version = 1.7.5
version = 1.7.6
min_python = 3.8
audience = Developers
language = English
custom_sidebar = True
license = apache2
status = 2
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
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
polars_requirements = polars[numpy]
ray_requirements = fugue[ray]>=0.8.1 protobuf>=3.15.3,<4.0.0 numpy<2 pandas<2.2 ray<2.8
dask_requirements = fugue[dask]>=0.8.1
Expand Down
2 changes: 1 addition & 1 deletion statsforecast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.7.5"
__version__ = "1.7.6"
__all__ = ["StatsForecast"]
from .core import StatsForecast
from .distributed import fugue # noqa

0 comments on commit 7f60571

Please sign in to comment.