Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
osqp / pyproject.toml
Size: Mime:
[build-system]
requires = ["oldest-supported-numpy", "setuptools>=40.8.0", "wheel", "setuptools_scm>=6.2", "qdldl"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "src/osqp/_version.py"

[tool.cibuildwheel]
build = "cp3*"
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
test-requires = ["pytest"]
test-command = "pytest -s {project}/src/osqp/tests -k \"not codegen and not mkl\""