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 c45adaf commit d5873d8Copy full SHA for d5873d8
requirements/delvewheel_requirements.txt
@@ -0,0 +1 @@
1
+delvewheel==1.10.1 ; sys_platform == 'win32'
tools/wheels/cibw_before_build.sh
@@ -55,8 +55,7 @@ EOF
55
fi
56
57
58
-# cibuildwheel doesn't install delvewheel by default (it does install
59
-# auditwheel on Linux and delocate on macOS)
+# cibuildwheel doesn't install delvewheel by default
60
if [[ $RUNNER_OS == "Windows" ]]; then
61
- python -m pip install delvewheel
+ python -m pip install -r $PROJECT_DIR/requirements/delvewheel_requirements.txt
62
0 commit comments