qpsolvers / qpsolvers

Quadratic programming solvers in Python with a unified API
GNU Lesser General Public License v3.0
538 stars 82 forks source link

MOSEK license for continuous integration has expired #300

Closed stephane-caron closed 1 week ago

stephane-caron commented 3 weeks ago

We added MOSEK to the list of supported solvers last year in https://github.com/qpsolvers/qpsolvers/pull/212 (see also https://github.com/qpsolvers/qpsolvers/issues/211). The license shared by MOSEK has now expired, and CI tests fail with:

mosek.Error: rescode.err_license_expired(1001): The license has expired.

@aszekMosek Do you want to renew it?

If so you can send me an e-mail like last year and I will update the CI accordingly.

aszekMosek commented 2 weeks ago

Can you please send an email to Mosek support and we'll do it there.

stephane-caron commented 1 week ago

Done, license has been updated in https://github.com/qpsolvers/qpsolvers/pull/299 and the CI is back to green :ok_hand: