Skip to content

Commit 812527e

Browse files
committed
Install verioneer in before-build
1 parent 0b70025 commit 812527e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cibw_before_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ FREE_THREADED_BUILD="$(python -c "import sysconfig; print(bool(sysconfig.get_con
55
if [[ $FREE_THREADED_BUILD == "True" ]]; then
66
python -m pip install -U pip
77
python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy cython
8-
python -m pip install ninja meson-python
8+
python -m pip install ninja meson-python versioneer[toml]
99
fi

0 commit comments

Comments
 (0)