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

Upgrade to newer dependency version for pandas and numpy #11

Closed
FloBay opened this issue Aug 1, 2024 · 1 comment
Closed

Upgrade to newer dependency version for pandas and numpy #11

FloBay opened this issue Aug 1, 2024 · 1 comment

Comments

@FloBay
Copy link
Contributor

FloBay commented Aug 1, 2024

It would be nice to eventually allow (if no breaks occur) numpy >=2.0, which goes in hand with pandas >=2.2.2. This will keep everything up-to-date and in sync :)

Currently:

numpy = "^1.18.1"
pandas = ">=1.3.0"
@FloBay FloBay changed the title Upgrade to newer dependecy version for pandas and numpy Upgrade to newer dependency version for pandas and numpy Aug 1, 2024
@MatthewThe
Copy link
Member

Making this change may require updating tools/packages that depend on psite-annotation. However, I think changing ^1.18.1 to >=1.18.1,<3.0 would at least allow numpy >= 2.0. I'll test if this works.

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