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

Unpin pandas #342

Open
dhirschfeld opened this issue Feb 1, 2024 · 4 comments
Open

Unpin pandas #342

dhirschfeld opened this issue Feb 1, 2024 · 4 comments

Comments

@dhirschfeld
Copy link

I would like to be able to use this library with the latest pandas version. Currently pandas is pinned to <2.2.0:

pandas = [
{ version = ">=1.2.5,<2.2.0", python = ">=3.8" }
]

It would be good to remove this restriction.

@dhirschfeld
Copy link
Author

The pin was added in:

To fix the issue described in:

...but that just avoids the problem whilst causing another problem; this library can't be used with the latest pandas :/

@dhirschfeld
Copy link
Author

I'm opening this issue to track any progress towards compatibility with the latest pandas version.

@dhirschfeld
Copy link
Author

Bump! I would like to upgrade to the latest version but am stuck on 3.0.1 because of this pin 😔

@benc-db
Copy link
Collaborator

benc-db commented Mar 27, 2024

Does 3.0.1 work with latest pandas? That would be an interesting data point.

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