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 5a4a2aa commit d3c2519Copy full SHA for d3c2519
bin/cibw.sh
@@ -23,7 +23,7 @@ export CIBW_BEFORE_ALL_LINUX=bin/cibw_before_all_linux.sh
23
export CIBW_BEFORE_ALL_MACOS=bin/cibw_before_all_macosx_arm64.sh
24
export CIBW_BEFORE_ALL_WINDOWS='C:\\msys64\\usr\\bin\\bash bin/cibw_before_all_windows.sh'
25
26
-export CIBW_BEFORE_BUILD='pip install numpy cython delvewheel'
+export CIBW_BEFORE_BUILD='pip install numpy cython==3.0.0b2 delvewheel'
27
export CIBW_BEFORE_BUILD_WINDOWS='C:\\msys64\\usr\\bin\\bash bin/cibw_before_build_windows.sh'
28
29
export CIBW_REPAIR_WHEEL_COMMAND_WINDOWS='bin\cibw_repair_wheel_command_windows.bat {dest_dir} {wheel}'
0 commit comments