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

Fix numpy include order #204

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Fix numpy include order #204

merged 1 commit into from
Jul 4, 2024

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.

@IshaanDesai IshaanDesai merged commit 97db465 into develop Jul 4, 2024
18 checks passed
@IshaanDesai IshaanDesai deleted the fix-numpy-include-order branch July 4, 2024 21:05
This was referenced Sep 4, 2024
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.

2 participants