Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update Pandas dependency #13

Closed
carschno opened this issue Nov 16, 2023 · 1 comment
Closed

Update Pandas dependency #13

carschno opened this issue Nov 16, 2023 · 1 comment

Comments

@carschno
Copy link
Contributor

The current version depends on pandas version ^1.5.3 which implies <2.0.
As a result, every project that uses Pandas >= 2.0 will not be able to use pagexml.

Unless there are reasons to enforce Pandas < 2.0, the simplest solution would be to allow for Pandas 2.0 and relax the version constraint to >=1.5.3 <3.0.0.

@brambg
Copy link
Contributor

brambg commented Nov 16, 2023

Thanks, this should be fixed in the latest version: 0.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants