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 85b3f32 commit 4cb66b1Copy full SHA for 4cb66b1
scripts/cibw_before_build_windows.sh
@@ -10,6 +10,6 @@ FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_conf
10
if [[ $FREE_THREADED_BUILD == "True" ]]; then
11
python -m pip install -U pip
12
# python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
13
- python -m pip install git+https://github.com/cython/cython.git@3276b588720a053c78488e5de788605950f4b136
+ python -m pip install git+https://github.com/cython/cython.git@0b866bf7d43ced968dba4e9726316f963aae8f3c
14
python -m pip install "ninja<1.11.1.4" meson-python versioneer[toml] numpy==2.2.2
15
fi
0 commit comments