micro-manager / pymmcore

Python bindings for MMCore, Micro-Manager's device control layer
https://pypi.org/project/pymmcore/
GNU Lesser General Public License v2.1
33 stars 8 forks source link

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

Closed tlambert03 closed 5 months ago

tlambert03 commented 6 months ago

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:

tlambert03 commented 6 months ago

ready for review @marktsuchida

marktsuchida commented 5 months ago

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