dataprep icon indicating copy to clipboard operation
dataprep copied to clipboard

Support for pandas v2

Open franperezlopez opened this issue 1 year ago • 3 comments

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

franperezlopez avatar Mar 05 '23 07:03 franperezlopez