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 4343 CIBW_BEFORE_ALL_MACOS : bin/cibw_before_all_macosx_x86_64.sh
4444 CIBW_BEFORE_ALL_WINDOWS : msys2 -c bin/cibw_before_all_windows.sh
4545 CIBW_BEFORE_BUILD_WINDOWS : msys2 -c bin/cibw_before_build_windows.sh
46- CIBW_BEFORE_BUILD : pip install numpy cython==3.0.0a11 delvewheel
46+ CIBW_BEFORE_BUILD : pip install numpy cython==3.0.0b2 delvewheel
4747 CIBW_ENVIRONMENT : >
4848 C_INCLUDE_PATH=$(pwd)/.local/include/
4949 LIBRARY_PATH=$(pwd)/.local/lib/
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ mv libpython${VER}.a libs
4040# Install build dependencies #
4141# ##################################################
4242
43- pip install cython==3.0.0a11 numpy delvewheel
43+ pip install cython==3.0.0b2 numpy delvewheel
You can’t perform that action at this time.
0 commit comments