diff --git a/scripts/cibw_before_build_windows.sh b/scripts/cibw_before_build_windows.sh index dbf1d95d911bf..5152e1fe854d0 100644 --- a/scripts/cibw_before_build_windows.sh +++ b/scripts/cibw_before_build_windows.sh @@ -10,6 +10,6 @@ if [[ $FREE_THREADED_BUILD == "True" ]]; then python -m pip install -U pip # python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython # TODO: Remove below and uncomment above once https://github.com/cython/cython/pull/6717 no longer breaks tests - python -m pip install git+https://github.com/cython/cython.git@3276b588720a053c78488e5de788605950f4b136 + python -m pip install git+https://github.com/cython/cython.git@02041cd3d13e9c6df00c7c29fe93dcbc5f9e881e python -m pip install ninja meson-python versioneer[toml] numpy fi