From 70b7b5a2b367f38da0343765fb32be016bd4cf67 Mon Sep 17 00:00:00 2001 From: Karel Jilek Date: Wed, 16 Oct 2024 11:59:04 +0200 Subject: [PATCH] fix build --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4e58ec0..af432d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,3 +7,8 @@ requires = [ "pybind11[global]" ] build-backend = "setuptools.build_meta" + +[tool.cibuildwheel] +before-all = """ +apt-get install libgmp-dev +"""