You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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. dask/dask#9915). I'm doing the investigation right now.
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:
related with #934
The text was updated successfully, but these errors were encountered: