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

support numpy2.0, require numpy>=1.23.5, add CI test #114

Merged
merged 7 commits into from
Apr 8, 2024

Conversation

tlambert03
Copy link
Contributor

@tlambert03 tlambert03 commented Mar 15, 2024

closes #113

note that https://github.com/scipy/oldest-supported-numpy is now deprecated

numpy has better docs and general support for depending on numpy at build time ... and this follows the advice there, namely:

  • builds with "numpy>=2.0.0b1; python_version>='3.9'",
  • dependencies = ["numpy>=1.23.5"]
  • for python 3.8, we use the current pinnings

@tlambert03
Copy link
Contributor Author

ready for review @marktsuchida

@marktsuchida
Copy link
Member

@tlambert03 Thanks so much for this! Sorry for letting it sit for so long.

@marktsuchida marktsuchida merged commit f6d417e into micro-manager:main Apr 8, 2024
14 checks passed
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.

Heads up on incompatibility with upcoming numpy 2.0 release
2 participants