v1.0.1
With this release, we're making available osqp cuda (12.x) and mkl wheels available on PyPI, as osqp-cu12
and osqp-mkl
packages respectively, so there is no need to download these specialized "backend algebra" wheels from GitHub.
Users do not need to explicitly pip install
these packages, but can choose to install osqp
with the correct extras (cu12
or mkl
, or both).
pip install osqp[cu12]
pip install osqp[mkl]
More detailed instructions at https://osqp.org/docs/get_started/python.html