Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support for pandas v2 #959

Open
franperezlopez opened this issue Mar 5, 2023 · 3 comments
Open

Support for pandas v2 #959

franperezlopez opened this issue Mar 5, 2023 · 3 comments
Assignees
Labels
type: enhancement New feature or request

Comments

@franperezlopez
Copy link

franperezlopez commented Mar 5, 2023

Is your feature request related to a problem? Please describe.
I can't install dataprepr and pandas v2, due to dataprep requiring pandas<2.0,>=1.1

Describe the solution you'd like
Support for pandas v2 and other dependencies. This is the full error about dataprep dependencies:

dataprep 0.4.5 requires jinja2<3.1,>=3.0, but you have jinja2 3.1.2 which is incompatible.
dataprep 0.4.5 requires pandas<2.0,>=1.1, but you have pandas 2.0.0rc0 which is incompatible.
dataprep 0.4.5 requires python-crfsuite==0.9.8, but you have python-crfsuite 0.9.9 which is incompatible.
dataprep 0.4.5 requires regex<2022.0.0,>=2021.8.3, but you have regex 2022.10.31 which is incompatible.
dataprep 0.4.5 requires sqlalchemy==1.3.24, but you have sqlalchemy 2.0.4 which is incompatible.
dataprep 0.4.5 requires varname<0.9.0,>=0.8.1, but you have varname 0.11.0 which is incompatible.

related with #934

@franperezlopez franperezlopez added the type: enhancement New feature or request label Mar 5, 2023
@franperezlopez franperezlopez changed the title Upgrade to pandas v2 Support for pandas v2 Mar 5, 2023
@nirmals-workspace
Copy link

Me too facing this issue right now. But as far as I have seen dataprep team is not so responsive.... So, I don't think they will respond to this query.

@dovahcrow
Copy link
Member

Hi @franperezlopez @Nirmal7781 , Yeah, right now, we are upgrading the dependencies, including pandas 2. One issue is some compatibility issues with dask and pandas 2 (e.g. dask/dask#9915). I'm doing the investigation right now.

@nirmals-workspace
Copy link

Thank you so much @dovahcrow .... That's some great thing to hear.... Hope you guys would come up with a new version ASAP.... Good day....

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants