From 5e03d78fd834b0f8809e18ec1fffc588580d3652 Mon Sep 17 00:00:00 2001 From: mferrera Date: Mon, 9 Dec 2024 08:42:56 +0100 Subject: [PATCH] BLD: Pin swig<4.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5bb903967..439cf43f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "pybind11", "scikit-build-core[pyproject]", - "swig", + "swig<4.3.0", "numpy==1.19.2; python_version == '3.8'", "numpy==1.19.5; python_version == '3.9'", "numpy==1.21.6; python_version == '3.10'",