We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22945cd commit 77db1c4Copy full SHA for 77db1c4
scripts/cibw_before_build_windows.sh
@@ -10,5 +10,5 @@ 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 "ninja<1.11.1.4" meson-python versioneer[toml] numpy==2.2.3
+ python -m pip install "ninja<1.11.1.4" meson-python versioneer[toml] numpy==2.2.2
14
fi
0 commit comments