Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Replace fbprophet for prophet in requirements.txt #226

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

tomasfarias
Copy link
Contributor

Looks like the fbprophet package (https://pypi.org/project/fbprophet/) was renamed to just prophet once upgraded to version 1.0 (https://pypi.org/project/prophet/).

Superset started requiring prophet instead of fbprophet (see PR: apache/superset#14228) which is causing an error to pop up when installing this repo's image and attempting to use any of the prophet functionality:
image

Solution: replace fbprophet for prophet to match Superset's setup.py: https://github.com/apache/superset/blob/1.3/setup.py#L148

Copy link
Owner

@amancevice amancevice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nit, but can you alphabetize this file. thx

@amancevice amancevice merged commit 576d921 into amancevice:main Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants