Skip to content

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
@janjagusch janjagusch closed this May 13, 2025
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