We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1778c commit 36e8d63Copy full SHA for 36e8d63
scripts/cibw_before_build_windows.sh
@@ -9,6 +9,6 @@ done
9
FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_config_var('Py_GIL_DISABLED')))")"
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 numpy cython
+ python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
13
python -m pip install "ninja<1.11.1.4" meson-python versioneer[toml] numpy
14
fi
0 commit comments