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

Remove upper bound for NumPy #478

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

janjagusch
Copy link

@janjagusch janjagusch commented Dec 5, 2024

Closes #432.

Motivation

This package is currently not compatible with numpy>=2, which was released this summer (see here). Because of that, this package is incompatible with those that have already dropped numpy<2 support.

Removing the numpy upper bound should not break anything, as this package doesn't actually make direct use of it (only indirectly via, e.g., pandas or in its testing suite).

For more details on the problem with upper version constraints, see:

Changes

This PR removes the upper bound for numpy. It also adds a testing matrix to ensure that the unit tests are run against both numpy=1.* and numpy=2.*.

@janjagusch janjagusch changed the title Remove uppoer bound for NumPy Remove upper bound for NumPy Dec 5, 2024
@janjagusch janjagusch marked this pull request as ready for review December 5, 2024 12:41
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.

Support for numpy >= 2.0.2
2 participants