Skip to content

Conversation

RobotSail
Copy link
Member

This PR removes the numpy max version cap, since numba currently supports all available numpy versions.

Previously, numba had capped versions of numpy to be below 2.3, which resulted in the current cap.
However, numba doesn't limit the max possible version for numpy, which can be seen in their setup.py file:

https://github.com/numba/numba/blob/338b0a2a98a3ede6fba7888a03726804d2059a61/setup.py#L373

To align with this change and make it easier for our library to be consumed, this PR removes the max version cap on numpy.

@mergify mergify bot added the dependencies Pull requests that update a dependency file label Oct 10, 2025
@mergify mergify bot added the ci-failure label Oct 10, 2025
@mergify mergify bot removed the ci-failure label Oct 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant