Skip to content

Commit 77db1c4

Browse files
committed
Try 2.2.2
1 parent 22945cd commit 77db1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cibw_before_build_windows.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_conf
1010
if [[ $FREE_THREADED_BUILD == "True" ]]; then
1111
python -m pip install -U pip
1212
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
13+
python -m pip install "ninja<1.11.1.4" meson-python versioneer[toml] numpy==2.2.2
1414
fi

0 commit comments

Comments
 (0)