dataprep
dataprep copied to clipboard
Support for pandas v2
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 https://github.com/sfu-db/dataprep/issues/934
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.
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. https://github.com/dask/dask/issues/9915). I'm doing the investigation right now.
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....