INRIA / scikit-learn-mooc

Machine learning in Python with scikit-learn MOOC
https://inria.github.io/scikit-learn-mooc
Creative Commons Attribution 4.0 International
1.12k stars 516 forks source link

MAINT Revert fix pandas version #748

Closed ArturoAmorQ closed 1 year ago

ArturoAmorQ commented 1 year ago

As mentioned in https://github.com/INRIA/scikit-learn-mooc/pull/727#issuecomment-1776912757, the FutureWarning being raised by seaborn was fixed in v0.13.

This PR unpins the pandas version and updates the seaborn version instead.