tensorflow / data-validation

Library for exploring and validating machine learning data
Apache License 2.0
766 stars 174 forks source link

Upgrade pandas version #253

Open Ijka opened 9 months ago

Ijka commented 9 months ago

Hello

Current pandas dependency versions are pandas>=1.0,<2.

Do you plan to upgrade it to pandas >=2. and more precise to pandas==2.2.0? When?

Thank you

singhniraj08 commented 9 months ago

@Ijka, Pandas version should get updated in upcoming release. I am not sure if it will support Pandas 2.2.0. Once the new release is out, we can see if updated Pandas version works for you. Also, if you can let us know why you need specific Pandas 2.2.0 support, it will be helpful. Thank you!

Ijka commented 8 months ago

Thank you for the reply. I need pandas >=2.2 because I want to use modin library and their requirement for pandas: pandas>=2.2,<2.3

And do you know when you plan new release?