Pin sklearn version (#8465)

This commit is contained in:
SangBin Cho
2020-05-15 16:54:54 -07:00
committed by GitHub
parent ef498e8aa5
commit 1b734ba045
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ install_dependencies() {
pip_packages=(scipy tensorflow=="${TF_VERSION:-2.0.0b1}" cython==0.29.0 gym \
opencv-python-headless pyyaml pandas==0.24.2 requests feather-format lxml openpyxl xlrd \
py-spy pytest pytest-timeout networkx tabulate aiohttp uvicorn dataclasses pygments werkzeug \
kubernetes flask grpcio pytest-sugar pytest-rerunfailures pytest-asyncio scikit-learn numba \
kubernetes flask grpcio pytest-sugar pytest-rerunfailures pytest-asyncio scikit-learn==0.22.2 numba \
Pillow prometheus_client)
if [ "${OSTYPE}" != msys ]; then
# These packages aren't Windows-compatible
+1
View File
@@ -18,6 +18,7 @@ opencv-python-headless
pandas
pytest-remotedata>=0.3.1
pytest-timeout
scikit-learn==0.22.2
scikit-optimize
sigopt
smart_open