Skip to content

Commit c065808

Browse files
committed
xxx
1 parent d26da3c commit c065808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_tools/azure/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ elif [[ "$DISTRIB" == "conda-pip-latest" ]]; then
9494
make_conda "python=$PYTHON_VERSION"
9595
python -m pip install -U pip
9696
python -m pip install numpy scipy joblib cython
97-
python -m pip install pandas==$PANDAS_VERSION
98-
python -m pip install dask==$DASK_VERSION
97+
python -m pip install pandas
98+
python -m pip install dask
9999
python -m pip install scikit-learn
100100
python -m pip install pytest==$PYTEST_VERSION pytest-cov pytest-xdist
101101
fi

0 commit comments

Comments
 (0)