-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
Yes @hrshdhgd can you take care of that? |
@cthoyt , you're actively working on the project. Is there a problem here? |
🤷 I don't think there's anything pandas 2.0.0+ but you never know until you try it |
hrshdhgd
added a commit
that referenced
this issue
Sep 26, 2023
hrshdhgd
added a commit
that referenced
this issue
Oct 5, 2023
Fixes #432 --------- Co-authored-by: Charles Tapley Hoyt <[email protected]>
2 tasks
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
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.
The text was updated successfully, but these errors were encountered: