Skip to content

Commit

Permalink
v0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Feb 15, 2024
1 parent da265d6 commit 6295a56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mlforecast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.11.6"
__version__ = "0.11.7"
__all__ = ['MLForecast']
from mlforecast.forecast import MLForecast
6 changes: 3 additions & 3 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ author = José Morales
author_email = [email protected]
copyright = Nixtla
branch = main
version = 0.11.6
version = 0.11.7
min_python = 3.8
audience = Developers
language = English
custom_sidebar = True
license = apache2
status = 3
requirements = cloudpickle coreforecast>=0.0.4 fsspec numba packaging pandas scikit-learn utilsforecast>=0.0.24 window-ops
requirements = cloudpickle fsspec numba packaging pandas scikit-learn utilsforecast>=0.0.24 window-ops
dask_requirements = fugue dask[complete] lightgbm xgboost
ray_requirements = fugue[ray] lightgbm_ray xgboost_ray
spark_requirements = fugue pyspark lightgbm xgboost
lag_tfms_requirements = coreforecast>=0.0.3
lag_tfms_requirements = coreforecast>=0.0.4
aws_requirements = fsspec[s3]
gcp_requirements = fsspec[gcs]
azure_requirements = fsspec[adl]
Expand Down

0 comments on commit 6295a56

Please sign in to comment.