Skip to content

Commit

Permalink
Add numpy build requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
pfebrer committed Aug 1, 2024
1 parent 849c15b commit 73f6919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ classifiers = [
graph2mat = "graph2mat.tools.cli.cli:app"

[build-system]
requires = ["scikit-build-core", "cython"]
requires = ["scikit-build-core", "cython", "numpy"]
build-backend = "scikit_build_core.build"

[tool.scikit-build]
Expand Down

0 comments on commit 73f6919

Please sign in to comment.