Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
karlosss committed Oct 16, 2024
1 parent dc0c6ad commit 70b7b5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ requires = [
"pybind11[global]"
]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
before-all = """
apt-get install libgmp-dev
"""

0 comments on commit 70b7b5a

Please sign in to comment.