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

Support pandas version 2 #1447

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Support pandas version 2 #1447

wants to merge 1 commit into from

Conversation

victorlin
Copy link
Member

@victorlin victorlin commented Apr 18, 2024

Description of proposed changes

Allow users to use Augur with newer versions of pandas.

Related issue(s)

Checklist

  • Checks pass
  • Pin pandas <=2
  • Consider dropping pandas v1 support
  • Go through v2 breaking changes in case CI tests missed something
  • If making user-facing changes, add a message in CHANGES.md summarizing the changes in this PR

@victorlin victorlin self-assigned this Apr 18, 2024
@victorlin victorlin changed the title Unpin pandas Support pandas version 2 May 22, 2024
@@ -61,7 +61,8 @@
"networkx >= 2.5, ==2.*",
"numpy ==1.*",
"packaging >=19.2",
"pandas >=1.0.0, ==1.*",
# FIXME: consider pinning pandas==2.* if we can't support both v1 and v2 at the same time
"pandas >=1.0.0",
Copy link
Member

Choose a reason for hiding this comment

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

There's also going to be pandas 3 soon: https://pandas.pydata.org/docs/dev/whatsnew/v3.0.0.html

@victorlin victorlin mentioned this pull request Jul 11, 2024
6 tasks
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.

2 participants