mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
fix: Downgrades Prophet to 1.1.1 and Holidays to 0.23 (#25017)
This commit is contained in:
committed by
GitHub
parent
35eb66a322
commit
62cbc0c95c
4
setup.py
4
setup.py
@@ -92,7 +92,7 @@ setup(
|
||||
"geopy",
|
||||
"gunicorn>=20.1.0; sys_platform != 'win32'",
|
||||
"hashids>=1.3.1, <2",
|
||||
"holidays>=0.28, <1.0",
|
||||
"holidays>=0.23, <0.24",
|
||||
"humanize",
|
||||
"importlib_metadata",
|
||||
"isodate",
|
||||
@@ -177,7 +177,7 @@ setup(
|
||||
"postgres": ["psycopg2-binary==2.9.6"],
|
||||
"presto": ["pyhive[presto]>=0.6.5"],
|
||||
"trino": ["trino>=0.324.0"],
|
||||
"prophet": ["prophet>=1.1.0, <2.0.0"],
|
||||
"prophet": ["prophet==1.1.1"],
|
||||
"redshift": ["sqlalchemy-redshift>=0.8.1, < 0.9"],
|
||||
"rockset": ["rockset-sqlalchemy>=0.0.1, <1.0.0"],
|
||||
"shillelagh": [
|
||||
|
||||
Reference in New Issue
Block a user