Closed tlambert03 closed 7 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:
"numpy>=2.0.0b1; python_version>='3.9'",
dependencies = ["numpy>=1.23.5"]
ready for review @marktsuchida
@tlambert03 Thanks so much for this! Sorry for letting it sit for so long.
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:
"numpy>=2.0.0b1; python_version>='3.9'",
dependencies = ["numpy>=1.23.5"]