From c573ce84093cde3fd616b34f29aae998e1e2179c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Caron?= Date: Tue, 6 Feb 2024 19:44:02 +0100 Subject: [PATCH] Install a QP solver for testing (temporary) --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 2e1c614..6da8c9a 100644 --- a/tox.ini +++ b/tox.ini @@ -26,6 +26,8 @@ deps = matplotlib >=3.6.2 mypy >=0.812 pylint >=2.8.2 +; quadprog: to be removed after https://github.com/qpsolvers/qpsolvers/pull/286 + quadprog commands = black --check --diff qpbenchmark ruff qpbenchmark