Skip to content

Commit fd5ea2b

Browse files
committed
sync delocate with cibuildwheel constraint
1 parent ffaa665 commit fd5ea2b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ requires = [
33
"setuptools == 74.1.1",
44
"wheel == 0.44.0",
55
"cython == 3.0.11",
6-
"delocate == 0.11.0 ; platform_system=='Windows'",
6+
# https://github.com/pypa/cibuildwheel/blob/v2.22/cibuildwheel/resources/constraints.txt
7+
"delocate == 0.12.0 ; platform_system=='Windows'",
78
]
89
build-backend = "setuptools.build_meta"
910

@@ -71,7 +72,7 @@ build = [
7172
"setuptools == 75.8.0",
7273
"wheel == 0.45.1",
7374
"cython == 3.0.11",
74-
"delocate == 0.11.0 ; platform_system=='Windows'",
75+
"delocate == 0.12.0 ; platform_system=='Windows'",
7576
]
7677
docs = [
7778
"mkdocs==1.6.1",

0 commit comments

Comments
 (0)