Skip to content

COMP: Allow modern numpy #816

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

Merged
merged 1 commit into from
Jun 13, 2025
Merged

COMP: Allow modern numpy #816

merged 1 commit into from
Jun 13, 2025

Conversation

cookpa
Copy link
Member

@cookpa cookpa commented Jun 13, 2025

Related to #813

@neurolabusc reported not being able to install wheels requiring numpy 2.0.1 with Python 3.13 on OSX arm64. pip attempts to compile numpy but fails with an error about "string_fastsearch.h:132:5: error: no type named 'ptrdiff_t’".

Looks like others have had similar problems on Python 3.13.

I ran a test and we can install numpy 2.3 for all platforms, and all the tests run fine.

@coveralls
Copy link

Coverage Status

coverage: 76.871%. remained the same
when pulling a5145a8 on latest_numpy
into c4cba30 on master.

@cookpa cookpa merged commit 472fbc6 into master Jun 13, 2025
21 checks passed
@cookpa cookpa deleted the latest_numpy branch June 13, 2025 21:48
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.

2 participants