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 0b70025 commit 812527eCopy full SHA for 812527e
scripts/cibw_before_build.sh
@@ -5,5 +5,5 @@ FREE_THREADED_BUILD="$(python -c "import sysconfig; print(bool(sysconfig.get_con
5
if [[ $FREE_THREADED_BUILD == "True" ]]; then
6
python -m pip install -U pip
7
python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy cython
8
- python -m pip install ninja meson-python
+ python -m pip install ninja meson-python versioneer[toml]
9
fi
0 commit comments