From fd5ea2b34e02618328680770369ab3d545613b94 Mon Sep 17 00:00:00 2001 From: rgaudin Date: Fri, 7 Feb 2025 10:27:54 +0000 Subject: [PATCH] sync delocate with cibuildwheel constraint --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6609c4a..217031d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,8 @@ requires = [ "setuptools == 74.1.1", "wheel == 0.44.0", "cython == 3.0.11", - "delocate == 0.11.0 ; platform_system=='Windows'", + # https://github.com/pypa/cibuildwheel/blob/v2.22/cibuildwheel/resources/constraints.txt + "delocate == 0.12.0 ; platform_system=='Windows'", ] build-backend = "setuptools.build_meta" @@ -71,7 +72,7 @@ build = [ "setuptools == 75.8.0", "wheel == 0.45.1", "cython == 3.0.11", - "delocate == 0.11.0 ; platform_system=='Windows'", + "delocate == 0.12.0 ; platform_system=='Windows'", ] docs = [ "mkdocs==1.6.1",