Skip to content

Commit 3b1e9cd

Browse files
committed
FIX: More
1 parent 1bb1ef5 commit 3b1e9cd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tools/install_pre_requirements.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ PLATFORM=$(python -c 'import platform; print(platform.system())')
77

88
echo "Installing pip-pre dependencies on ${PLATFORM}"
99
STD_ARGS="--progress-bar off --upgrade --pre"
10-
QT_BINDING="PyQt6"
10+
QT_BINDING="PySide6"
1111

1212
# Dependencies of scientific-python-nightly-wheels are installed here so that
1313
# we can use strict --index-url (instead of --extra-index-url) below
1414
set -x
1515
python -m pip install $STD_ARGS pip setuptools packaging \
1616
threadpoolctl cycler fonttools kiwisolver pyparsing pillow python-dateutil \
17-
patsy pytz tzdata nibabel tqdm trx-python joblib numexpr "$QT_BINDING" \
17+
patsy pytz tzdata nibabel tqdm trx-python joblib numexpr \
18+
"$QT_BINDING!=6.9.1" \
1819
py-cpuinfo blosc2 hatchling "formulaic>=1.1.0"
1920
python -m pip uninstall -yq numpy
2021
python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \

0 commit comments

Comments
 (0)