Skip to content

Commit

Permalink
fix: Downgrades Prophet to 1.1.1 and Holidays to 0.23 (#25017)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Aug 18, 2023
1 parent f63cb47 commit 6969179
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
10 changes: 9 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ colorama==0.4.6
# via
# apache-superset
# flask-appbuilder
convertdate==2.4.0
# via holidays
cron-descriptor==1.2.24
# via apache-superset
croniter==1.0.15
Expand Down Expand Up @@ -124,7 +126,9 @@ gunicorn==20.1.0
# via apache-superset
hashids==1.3.1
# via apache-superset
holidays==0.28
hijri-converter==2.3.1
# via holidays
holidays==0.23
# via apache-superset
humanize==3.11.0
# via apache-superset
Expand All @@ -148,6 +152,8 @@ jsonschema==4.17.3
# via flask-appbuilder
kombu==5.2.4
# via celery
korean-lunar-calendar==0.3.1
# via holidays
limits==3.4.0
# via flask-limiter
mako==1.2.4
Expand Down Expand Up @@ -215,6 +221,8 @@ pyjwt==2.4.0
# apache-superset
# flask-appbuilder
# flask-jwt-extended
pymeeus==0.5.12
# via convertdate
pynacl==1.5.0
# via paramiko
pyparsing==3.0.6
Expand Down
8 changes: 3 additions & 5 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ cmdstanpy==1.1.0
# via prophet
contourpy==1.0.7
# via matplotlib
convertdate==2.4.0
# via prophet
coverage[toml]==7.2.5
# via pytest-cov
cycler==0.11.0
Expand Down Expand Up @@ -103,7 +101,7 @@ parameterized==0.9.0
# via -r requirements/testing.in
pathable==0.4.3
# via jsonschema-spec
prophet==1.1.3
prophet==1.1.1
# via apache-superset
proto-plus==1.22.2
# via
Expand All @@ -123,8 +121,6 @@ pyfakefs==5.2.2
# via -r requirements/testing.in
pyhive[presto]==0.6.5
# via apache-superset
pymeeus==0.5.12
# via convertdate
pytest==7.3.1
# via
# -r requirements/testing.in
Expand All @@ -142,6 +138,8 @@ rfc3339-validator==0.1.4
# via openapi-schema-validator
rsa==4.9
# via google-auth
setuptools-git==1.2
# via prophet
sqlalchemy-bigquery==1.6.1
# via apache-superset
statsd==4.0.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_git_sha() -> str:
"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",
Expand Down Expand Up @@ -176,7 +176,7 @@ def get_git_sha() -> str:
"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>=0.8.10, <0.9"],
"shillelagh": [
Expand Down

0 comments on commit 6969179

Please sign in to comment.