Skip to content

Conversation

@fsimonis
Copy link
Member

@fsimonis fsimonis commented Jul 4, 2024

This PR fixes the numpy include order.

This leads to the system numpy being considered after local installations (venv or pip --user).

This is the reason why cython failed to compile when using numpy>=2 with a system numpy<2.

This leads to the system numpy being considered after local
installations.
@IshaanDesai IshaanDesai added the bug Something isn't working label Jul 4, 2024
@fsimonis fsimonis requested a review from IshaanDesai July 4, 2024 13:15
Copy link
Member

@IshaanDesai IshaanDesai left a comment

Choose a reason for hiding this comment

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

Looks good 👍 this will require a bugfix release so that packages using the Python bindings do not see the Cython compilation failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants