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 d26da3c commit c065808Copy full SHA for c065808
build_tools/azure/install.sh
@@ -94,8 +94,8 @@ elif [[ "$DISTRIB" == "conda-pip-latest" ]]; then
94
make_conda "python=$PYTHON_VERSION"
95
python -m pip install -U pip
96
python -m pip install numpy scipy joblib cython
97
- python -m pip install pandas==$PANDAS_VERSION
98
- python -m pip install dask==$DASK_VERSION
+ python -m pip install pandas
+ python -m pip install dask
99
python -m pip install scikit-learn
100
python -m pip install pytest==$PYTEST_VERSION pytest-cov pytest-xdist
101
fi
0 commit comments