Skip to content

Commit 931c27c

Browse files
committed
Use commit before divmod, undo ninja and numpy changes
1 parent 4cb66b1 commit 931c27c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/cibw_before_build_windows.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ for file in $PACKAGE_DIR/LICENSES/*; do
55
done
66

77
# TODO: Delete when there's a PyPI Cython release that supports free-threaded Python 3.13
8-
# and a NumPy Windows wheel for the free-threaded build on PyPI.
98
FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_config_var('Py_GIL_DISABLED')))")"
109
if [[ $FREE_THREADED_BUILD == "True" ]]; then
1110
python -m pip install -U pip
1211
# 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@0b866bf7d43ced968dba4e9726316f963aae8f3c
14-
python -m pip install "ninja<1.11.1.4" meson-python versioneer[toml] numpy==2.2.2
12+
# TODO: Remove below and uncomment above once https://github.com/cython/cython/pull/6717 no longer breaks tests
13+
python -m pip install git+https://github.com/cython/cython.git@3276b588720a053c78488e5de788605950f4b136
14+
python -m pip install ninja meson-python versioneer[toml] numpy
1515
fi

0 commit comments

Comments
 (0)