fix: Downgrades Prophet to 1.1.1 and Holidays to 0.23 (#25017)

This commit is contained in:
Michael S. Molina
2023-08-17 17:31:40 -03:00
committed by GitHub
parent 35eb66a322
commit 62cbc0c95c
3 changed files with 14 additions and 8 deletions

View File

@@ -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": [