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 aef423e commit c22df86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ build-backend = "setuptools.build_meta"
before-all = "pip install numpy scipy"

[tool.cibuildwheel.macos]
before-build = "brew install eigen"
before-build = "brew install eigen cmake ninja"

[tool.cibuildwheel.windows]
before-build = "choco install eigen"
before-build = "choco install eigen cmake ninja"

[tool.cibuildwheel.linux]
before-build = "yum install -y blas-devel flann-devel eigen3-devel"
before-build = "yum install -y blas-devel flann-devel eigen3-devel cmake ninja"

0 comments on commit c22df86

Please sign in to comment.