Skip to content

Releases: osqp/osqp-python

v0.6.7.post1

27 Jul 20:48
74932b5
Compare
Choose a tag to compare

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

25 Jun 12:01
adc78e6
Compare
Choose a tag to compare
  • Support NumPy 2.0 for Python 3.9+