Skip to content

Commit

Permalink
pinned scipy; re-enabled testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vineetbansal committed Feb 3, 2024
1 parent afb7114 commit cce62a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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\""
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy >= 1.7
scipy >= 0.13.2
scipy >= 0.13.2, <1.12.0
qdldl

0 comments on commit cce62a2

Please sign in to comment.