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

resolve python requirements : pandas<1.1.0 #1623

Merged
merged 1 commit into from
Aug 12, 2020
Merged

Conversation

otivedani
Copy link
Contributor

Hi,
This change is attempting to fix #1607 and #1617, where pandas version need to be less than 1.1.0 (<1.1.0).
Requirements for pandas on requirements.txt were made not explicitly to 1.0.5 (which is working for both issues), but in between versions, which is tested and resolved to 1.0.5 anyway. Hopefully this PR can fix those issues, while working on prophet functionality with newer version of pandas.
Please let me know what you think. Cheers.

@bletham
Copy link
Contributor

bletham commented Aug 12, 2020

I should have guessed there was a new pandas release when the CI tests suddenly started failing :-)
This is great to fix the tests, thank you. and we'll have to ship a new version that works with pandas 1.1 stat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Holidays are not being fitted anymore
3 participants