We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be4a5f1 + 2cdf8d4 commit 19a2334Copy full SHA for 19a2334
ci/azure/install-posix.sh
@@ -37,7 +37,7 @@ echo $CMD
37
eval $CMD
38
39
if [ "${PIP_PRE}" = true ]; then
40
- python -m pip install matplotlib cython --upgrade
+ python -m pip install matplotlib cython formulaic --upgrade
41
python -m pip uninstall -y numpy pandas scipy matplotlib statsmodels
42
python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy pandas scipy matplotlib statsmodels --upgrade --use-deprecated=legacy-resolver
43
fi
0 commit comments