-
Notifications
You must be signed in to change notification settings - Fork 880
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
reintegrate prophet in core deps #1054
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1054 +/- ##
==========================================
+ Coverage 91.41% 93.11% +1.69%
==========================================
Files 78 78
Lines 7955 7941 -14
==========================================
+ Hits 7272 7394 +122
+ Misses 683 547 -136
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! We shouldn't forget to update the docs at the next release.
I ran some tests with conda envs, Py39:
Other observation: pmdarima depends on Cython, which is also a dependency of Prophet. It doesn't seem to have any other potentially problematic dependency, and installed without issue with pip in my tests. Conclusions:
|
👍
Sounds good as it makes things simpler! |
An attempt to (maybe) reintegrate Prophet (with version 1.1)