Skip to content

Commit e422bcf

Browse files
committed
use delocate 0.11 as cibuildwheel 2.20 requires it (constraint)
1 parent 3a5935b commit e422bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"setuptools == 74.1.1",
44
"wheel == 0.44.0",
55
"cython == 3.0.11",
6-
"delocate==0.12.0",
6+
"delocate==0.11.0",
77
]
88
build-backend = "setuptools.build_meta"
99

@@ -70,7 +70,7 @@ build = [
7070
"setuptools == 74.1.1",
7171
"wheel == 0.44.0",
7272
"cython == 3.0.11",
73-
"delocate==0.12.0",
73+
"delocate==0.11.0",
7474
]
7575
dev = [
7676
"pre-commit==3.8.0",

0 commit comments

Comments
 (0)