File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ PLATFORM=$(python -c 'import platform; print(platform.system())')
77
88echo " Installing pip-pre dependencies on ${PLATFORM} "
99STD_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
1414set -x
1515python -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"
1920python -m pip uninstall -yq numpy
2021python -m pip install $STD_ARGS --only-binary " :all:" --default-timeout=60 \
You can’t perform that action at this time.
0 commit comments