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 d79e3ea
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 = """
yum -y install gmp-devel || apk add gmp-dev || apt-get install -y libgmp-dev || true
"""

0 comments on commit d79e3ea

Please sign in to comment.