Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelmassot committed May 10, 2024
1 parent 0c2fac5 commit 4a1fa6c
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 @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "cmake", "pip", "scikit-build", "numpy"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
before-all = "pip install numpy scipy && pip install EigenPy"
before-all = "pip install numpy scipy"

[tool.cibuildwheel.macos]
before-build = "brew install eigen"
Expand Down

0 comments on commit 4a1fa6c

Please sign in to comment.