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

Remove Restriction on Pandas Version #71

Merged
merged 4 commits into from
Feb 15, 2024
Merged

Remove Restriction on Pandas Version #71

merged 4 commits into from
Feb 15, 2024

Conversation

mdr223
Copy link
Contributor

@mdr223 mdr223 commented Feb 15, 2024

Hello there!

I noticed that papermage currently restricts the version of pandas to be pandas<2, however I don't believe the project explicitly imports and uses the package. This is a bit of a challenge for developers using this project because a lot of other projects are upgrading to pandas>=2 to make use of new functionalities, which causes issues in dependency resolution.

I created a fork in which I removed the restriction, ran the CI pipeline, and found that the builds for Python 3.8, 3.9, and 3.11 all passed. As such -- unless there is a good reason for keeping the version at pandas<2 (which there very might well be) -- I was wondering if you would be willing to remove the restriction to make it easier for downstream developers to incorporate your awesome work into our project(s)!

@kyleclo kyleclo self-requested a review February 15, 2024 05:22
Copy link
Collaborator

@kyleclo kyleclo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm; can you increment the version in pyproject.toml to 0.16.0`?

@mdr223
Copy link
Contributor Author

mdr223 commented Feb 15, 2024

Sure thing! I just made a change to bump the version

@kyleclo kyleclo merged commit 6a0a4a2 into allenai:main Feb 15, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants