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

CI: fix Windows wheels, clean up cp313/cp313t build config #775

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

rgommers
Copy link
Member

@rgommers rgommers commented Nov 1, 2024

This fixes wheel build failures on Windows (example log) that read ERROR: To modify pip, please run the following command:.

This drops free-threading workaround for numpy except for Windows. To drop all workarounds, we need:

  • Cython 3.1.0
  • NumPy 2.1.3 (first version with Windows cp313t wheels)
  • SciPy 1.15.0

Tested wheel builds on my fork, all green.

@rgommers rgommers added the CI Continuous integration label Nov 1, 2024
@rgommers rgommers added this to the v1.8.0 milestone Nov 1, 2024
@rgommers rgommers merged commit fdd1570 into PyWavelets:main Nov 1, 2024
17 checks passed
@rgommers rgommers deleted the fix-wheel-win branch November 1, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant