SBentley / qvd-utils

Read Qlik Sense .qvd files
https://pypi.org/project/qvd/
Apache License 2.0
49 stars 18 forks source link

Update pandas requirement #15

Closed FredStober closed 1 year ago

FredStober commented 2 years ago

Would it be possible to loosen the constraint of "pandas~=1.1.4", so pip can resolve the packages even with newer pandas versions? In my case I would require pandas 1.3.2 that comes with AWS Glue 3.0.

Pendragon commented 2 years ago

Same need for me. This version 1.1.4 of pandas is now outdated

Phil-T1 commented 2 years ago

Same for me please, I like to stay current with Pandas. 1.1.4 is quite old.

SBentley commented 1 year ago

Hi all, I have relaxed the constraint to >= 1.1.4. Installing version 0.0.14 of this library should now work with the latest pandas versions.

Phil-T1 commented 1 year ago

Hi, thanks! That's hugely appreciated.

FredStober commented 1 year ago

Thank you very much!