File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export CIBW_BEFORE_ALL_LINUX=bin/cibw_before_all_linux.sh
23
23
export CIBW_BEFORE_ALL_MACOS=bin/cibw_before_all_macosx_arm64.sh
24
24
export CIBW_BEFORE_ALL_WINDOWS=' C:\\msys64\\usr\\bin\\bash bin/cibw_before_all_windows.sh'
25
25
26
- export CIBW_BEFORE_BUILD=' pip install numpy ' " ' " ' cython>=3 ' " ' " ' delvewheel'
26
+ export CIBW_BEFORE_BUILD=' pip install numpy cython delvewheel'
27
27
export CIBW_BEFORE_BUILD_WINDOWS=' C:\\msys64\\usr\\bin\\bash bin/cibw_before_build_windows.sh'
28
28
29
29
export CIBW_REPAIR_WHEEL_COMMAND_WINDOWS=' bin\cibw_repair_wheel_command_windows.bat {dest_dir} {wheel}'
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ mv libpython${VER}.a libs
40
40
# Install build dependencies #
41
41
# ##################################################
42
42
43
- pip install ' cython>=3 ' numpy delvewheel
43
+ pip install cython numpy delvewheel
You can’t perform that action at this time.
0 commit comments