We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffaa665 commit fd5ea2bCopy full SHA for fd5ea2b
pyproject.toml
@@ -3,7 +3,8 @@ requires = [
3
"setuptools == 74.1.1",
4
"wheel == 0.44.0",
5
"cython == 3.0.11",
6
- "delocate == 0.11.0 ; platform_system=='Windows'",
+ # https://github.com/pypa/cibuildwheel/blob/v2.22/cibuildwheel/resources/constraints.txt
7
+ "delocate == 0.12.0 ; platform_system=='Windows'",
8
]
9
build-backend = "setuptools.build_meta"
10
@@ -71,7 +72,7 @@ build = [
71
72
"setuptools == 75.8.0",
73
"wheel == 0.45.1",
74
75
76
77
docs = [
78
"mkdocs==1.6.1",
0 commit comments