set holiday version <0.14 for prophet (#573)

* set holiday version <0.14 for prophet

* bump version to 1.0.5
This commit is contained in:
Chi Wang 2022-06-05 09:53:18 -07:00 committed by GitHub
parent c9bac02ea4
commit 2d31138191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "1.0.4"
__version__ = "1.0.5"

View File

@ -92,11 +92,17 @@ setuptools.setup(
"rouge_score",
],
"ts_forecast": [
"holidays<0.14", # to prevent installation error for prophet
"prophet>=1.0.1",
"statsmodels>=0.12.2",
"hcrystalball==0.1.10",
],
"forecast": [
"holidays<0.14", # to prevent installation error for prophet
"prophet>=1.0.1",
"statsmodels>=0.12.2",
"hcrystalball==0.1.10",
],
"forecast": ["prophet>=1.0.1", "statsmodels>=0.12.2", "hcrystalball==0.1.10"],
"benchmark": ["catboost>=0.26", "psutil==5.8.0", "xgboost==1.3.3"],
},
classifiers=[