tensorflow / data-validation

Library for exploring and validating machine learning data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade pandas version

Ijka opened this issue · comments

commented

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

@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!

commented

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?