snorkel-team / snorkel

A system for quickly generating training data with weak supervision
https://snorkel.org
Apache License 2.0
5.81k stars 857 forks source link

Compatibility with latest pandas dependency. #1599

Closed donpellegrino closed 4 years ago

donpellegrino commented 4 years ago

It would be easier to work with snorkel if it was compatible with the latest release of pandas. Installing snorkel with pip triggers a downgrade of pandas. Pandas is 1.0.5 at the time of this issue submission.

michael-erasmus commented 4 years ago

👍 to this. I'm getting lot's of issues with Colab not being compatible with the version of Pandas that Snorkel needs. Curious if there are any plans to be compatible with a newer version of Pandas soon?

michael-erasmus commented 4 years ago

@donpellegrino just saw this related issue and PR:

https://github.com/snorkel-team/snorkel/issues/1582 https://github.com/snorkel-team/snorkel/pull/1584

bhancock8 commented 4 years ago

Resolved in #1584. Feel free to reopen if you're still having issues!

michael-erasmus commented 4 years ago

Thanks so much @bhancock8!