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
requirements.txt Outdated
datasets>=2.15.0
numba
numpy>=1.26.4,<2.3
numba>= 0.62.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you remove the extra space?

Signed-off-by: Oleg Silkin <[email protected]>
@mergify mergify bot added the one-approval label Oct 13, 2025
@RobotSail RobotSail merged commit 2c8d676 into main Oct 13, 2025
17 checks passed
@RobotSail RobotSail deleted the os/remove-numpy-ceil branch October 13, 2025 19:35
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 one-approval

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants