bodono / scs-python

Python interface for SCS
MIT License
41 stars 33 forks source link

Updates build-requires for NumPy 2.0 support #99

Closed phschiele closed 4 months ago

phschiele commented 4 months ago

Hi @bodono,

CVXPY installs are currently broken after the NumPy 2.0 release. This PR makes sure NumPy >= 2.0 is used during the build (except Python 3.8, which does not have NumPy 2.0 wheels). It is a backwards compatible change, as 2.0 builds work with prior NumPy versions at runtime, but not vice versa.

bodono commented 4 months ago

Thanks!

Minauras commented 4 months ago

Hi! Thanks a lot for this! Do you have a schedule for when this change is going to release? Thanks!

bodono commented 4 months ago

I just released new wheels with this change, should be available now on pypi.