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

Consider loosening Pandas dependency to include some 1.x versions #432

Closed
kevinschaper opened this issue Sep 26, 2023 · 4 comments · Fixed by #433
Closed

Consider loosening Pandas dependency to include some 1.x versions #432

kevinschaper opened this issue Sep 26, 2023 · 4 comments · Fixed by #433

Comments

@kevinschaper
Copy link

Recently sssom-py started requiring Pandas >= 2.0.3, which is colliding with other tooling we have which has a conservative upper limit on pandas of <2 (or ^1.x.x). In cat-merge, I found that 2.0.x was ok, but 2.1.x was not. I can look at kgx, but if sssom-py doesn't actually require a 2.x version of Pandas, it would be nice to walk back the requirement.

@matentzn
Copy link
Collaborator

Yes @hrshdhgd can you take care of that?

@hrshdhgd
Copy link
Contributor

@cthoyt , you're actively working on the project. Is there a problem here?

@cthoyt
Copy link
Member

cthoyt commented Sep 26, 2023

🤷 I don't think there's anything pandas 2.0.0+ but you never know until you try it

@kevinschaper
Copy link
Author

At this point I think we should just get cat-merge and kgx to both be compatible with a current version of pandas.

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 a pull request may close this issue.

4 participants