From cce62a2379dfa6d798714406ec38d8156720e9a3 Mon Sep 17 00:00:00 2001 From: Vineet Bansal Date: Sat, 3 Feb 2024 16:48:43 -0500 Subject: [PATCH] pinned scipy; re-enabled testing --- pyproject.toml | 3 +-- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 79678794..704e3a4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,5 +9,4 @@ write_to = "src/osqp/_version.py" build = "cp3*" skip = "*-win32 *-manylinux_i686 *-musllinux_*" test-requires = ["pytest"] -# disabled for v0.6.4 release till we figure this out -# test-command = "pytest -s {project}/src/osqp/tests -k \"not codegen and not mkl\"" +test-command = "pytest -s {project}/src/osqp/tests -k \"not codegen and not mkl\"" diff --git a/requirements.txt b/requirements.txt index a78b5571..746120aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ numpy >= 1.7 -scipy >= 0.13.2 +scipy >= 0.13.2, <1.12.0 qdldl