Skip to content

Commit

Permalink
Merge pull request #265 from Gloccck/add-prophet-requirement
Browse files Browse the repository at this point in the history
Add prophet to requirements
  • Loading branch information
amancevice authored Jan 14, 2024
2 parents 5fd02e4 + 2714c4e commit bb4a5a0
Show file tree
Hide file tree
Showing 3 changed files with 570 additions and 107 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name = "pypi"
[packages]
apache-superset = "==3.0.1"
cython = "==3.0.3"
holidays = "==0.23"
# pystan = "==3.7.0"
urllib3 = "==1.26.17"

Expand All @@ -25,7 +26,7 @@ markupsafe = "==2.1.3"
mysqlclient = "==2.2.0"
openpyxl = "==3.1.2"
pillow = "==10.0.1"
# prophet = "==1.1.4"
prophet = "==1.1.1"
psycopg2 = "==2.9.7"
pyathena = "==3.0.7"
pydruid = "==0.6.5"
Expand Down
Loading

0 comments on commit bb4a5a0

Please sign in to comment.