Releases: osqp/osqp-python
Releases · osqp/osqp-python
v0.6.7.post1
This version of OSQP does not insist that the version of scipy!=1.12.0
as a runtime dependency (which v0.6.7.post0
enforced).
While scipy 1.12.0
does cause certain test results in development to fail (because of a transient behavior change in scipy
), this is a developer-facing issue, and this dependency constraint is not enforced upon users of osqp-python
.
v0.6.7.post0
- Support NumPy 2.0 for Python 3.9+