You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2023/08/17 20:31:48 UTC

[superset] branch master updated: fix: Downgrades Prophet to 1.1.1 and Holidays to 0.23 (#25017)

This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 62cbc0c95c fix: Downgrades Prophet to 1.1.1 and Holidays to 0.23 (#25017)
62cbc0c95c is described below

commit 62cbc0c95c6b6b42085308421e927f54dcd5b662
Author: Michael S. Molina <70...@users.noreply.github.com>
AuthorDate: Thu Aug 17 17:31:40 2023 -0300

    fix: Downgrades Prophet to 1.1.1 and Holidays to 0.23 (#25017)
---
 requirements/base.txt    | 10 +++++++++-
 requirements/testing.txt |  8 +++-----
 setup.py                 |  4 ++--
 3 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index 820faca0e4..68cd81ba24 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -59,6 +59,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
@@ -128,7 +130,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
@@ -154,6 +158,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
 llvmlite==0.40.1
@@ -230,6 +236,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
diff --git a/requirements/testing.txt b/requirements/testing.txt
index c8a3221b45..85dfddb916 100644
--- a/requirements/testing.txt
+++ b/requirements/testing.txt
@@ -18,8 +18,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
@@ -106,7 +104,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
@@ -126,8 +124,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
@@ -145,6 +141,8 @@ rfc3339-validator==0.1.4
     # via openapi-schema-validator
 rsa==4.9
     # via google-auth
+setuptools-git==1.2
+    # via prophet
 shillelagh[gsheetsapi]==1.2.6
     # via apache-superset
 sqlalchemy-bigquery==1.6.1
diff --git a/setup.py b/setup.py
index 24b1b890d5..d6eb1d68a6 100644
--- a/setup.py
+++ b/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": [