mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-08 15:56:13 +00:00
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:
parent
c9bac02ea4
commit
2d31138191
@ -1 +1 @@
|
|||||||
__version__ = "1.0.4"
|
__version__ = "1.0.5"
|
||||||
|
8
setup.py
8
setup.py
@ -92,11 +92,17 @@ setuptools.setup(
|
|||||||
"rouge_score",
|
"rouge_score",
|
||||||
],
|
],
|
||||||
"ts_forecast": [
|
"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",
|
"prophet>=1.0.1",
|
||||||
"statsmodels>=0.12.2",
|
"statsmodels>=0.12.2",
|
||||||
"hcrystalball==0.1.10",
|
"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"],
|
"benchmark": ["catboost>=0.26", "psutil==5.8.0", "xgboost==1.3.3"],
|
||||||
},
|
},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user