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 28663da commit 17dcdd5Copy full SHA for 17dcdd5
build_tools/azure/install.sh
@@ -67,7 +67,7 @@ elif [[ "$DISTRIB" == "conda-pip-latest" ]]; then
67
make_conda "python=$PYTHON_VERSION"
68
python -m pip install -U pip
69
70
- python -m pip install scikit-learn pandas matplotlib
+ python -m pip --pre install scikit-learn pandas matplotlib
71
72
elif [[ "$DISTRIB" == "conda-pip-latest-tensorflow" ]]; then
73
0 commit comments