From e6ba0fa2d94cd3d3d4e1277f3bc332b1eee0b587 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Mon, 4 Nov 2024 13:08:21 +0100 Subject: [PATCH] Fix dependencies for `cibuildwheel` --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db153ce..2e262b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,11 +68,10 @@ if.env.MOLD = true cmake.define.CMAKE_LINKER_TYPE = "mold" [tool.cibuildwheel] -before-build = "pip install scikit-build-core cython" +before-build = "pip install scikit-build-core cython scoring-matrices" build-frontend = { name = "pip", args = ["--no-build-isolation"] } build-verbosity = 1 test-command = "python -m unittest pyopal.tests -v" -test-requires = "importlib-resources" free-threaded-support = false [tool.coverage.run]