Skip to content

Commit

Permalink
Fix dependencies for cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 4, 2024
1 parent 5d1822a commit e6ba0fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e6ba0fa

Please sign in to comment.