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

Build with NumPy 2 #62

Merged
merged 5 commits into from
Apr 27, 2024
Merged

Build with NumPy 2 #62

merged 5 commits into from
Apr 27, 2024

Conversation

cgohlke
Copy link
Member

@cgohlke cgohlke commented Apr 27, 2024

Description

Even though CIBW_BEFORE_BUILD and CIBW_BEFORE_TEST were set to install numpy >= 2.0.0rc1 in #61, the wheels are neither built nor tested with numpy 2.0.0rc1 in CI. The environment variable PIP_PRE=1 needs to be set, otherwise pip downgrades to the latest 1.x release.

Release note

Summarize the changes in the code block below to be included in the
release notes:

Build with NumPy 2

Checklist

  • The pull request title, summary, and description are concise.
  • Related issues are linked in the description.
  • New dependencies are explained.
  • The source code and documentation can be distributed under the MIT license.
  • The source code adheres to code standards.
  • New classes, functions, and features are thoroughly tested.
  • New, user-facing classes, functions, and features are documented.
  • New features are covered in tutorials.
  • No files other than source code, documentation, and project settings are added to the repository.

@cgohlke cgohlke self-assigned this Apr 27, 2024
@cgohlke cgohlke merged commit f63437c into phasorpy:main Apr 27, 2024
13 checks passed
@cgohlke cgohlke deleted the numpy2 branch April 27, 2024 04:23
@cgohlke cgohlke changed the title WIP: Build with NumPy 2 Build with NumPy 2 Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant