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

MAINT: Build wheels against NumPy 2.0 #326

Closed
wants to merge 1 commit into from
Closed

Conversation

larsoner
Copy link
Contributor

Opening just for completeness in case 2.0-compatible wheels want to be cut before 2.0 actually comes out. Probably no point in merging if new wheels won't be released before NumPy 2.0.0 is released. So feel free to close!

Related to #325

@CLAassistant
Copy link

CLAassistant commented Apr 22, 2024

CLA assistant check
All committers have signed the CLA.

@snowman2
Copy link

This PR is not necessary with this pin

"numpy>=2.0.0rc1,<3 ; python_version >= '3.9'",

Added in #319

@@ -46,6 +46,7 @@ jobs:
python -c "import cftime; print(f'cftime v{cftime.__version__}')" &&
python -m pip install check-manifest cython pytest pytest-cov &&
python -m pytest -vv {package}/test
CIBW_BUILD_FRONTEND: 'pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This part (or something like it) is necessary if you want to release before 2.0 actually lands

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ohhh yes you're right I forgot it's on PyPI proper now 🤦

Choose a reason for hiding this comment

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

Thank you for being proactive and for helping with this. I am also looking forward to a numpy 2 compatible release. Just trying to save you time.

@larsoner larsoner closed this Apr 22, 2024
@larsoner
Copy link
Contributor Author

Closing since it seems like this won't be useful given the release plan!

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.

3 participants