Skip to content

Commit 0370688

Browse files
committed
Remove version constraints for Cython
1 parent d4db446 commit 0370688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/cibw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export CIBW_BEFORE_ALL_LINUX=bin/cibw_before_all_linux.sh
2323
export CIBW_BEFORE_ALL_MACOS=bin/cibw_before_all_macosx_arm64.sh
2424
export CIBW_BEFORE_ALL_WINDOWS='C:\\msys64\\usr\\bin\\bash bin/cibw_before_all_windows.sh'
2525

26-
export CIBW_BEFORE_BUILD='pip install numpy '"'"'cython>=3'"'"' delvewheel'
26+
export CIBW_BEFORE_BUILD='pip install numpy cython delvewheel'
2727
export CIBW_BEFORE_BUILD_WINDOWS='C:\\msys64\\usr\\bin\\bash bin/cibw_before_build_windows.sh'
2828

2929
export CIBW_REPAIR_WHEEL_COMMAND_WINDOWS='bin\cibw_repair_wheel_command_windows.bat {dest_dir} {wheel}'

bin/cibw_before_build_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ mv libpython${VER}.a libs
4040
# Install build dependencies #
4141
###################################################
4242

43-
pip install 'cython>=3' numpy delvewheel
43+
pip install cython numpy delvewheel

0 commit comments

Comments
 (0)