[hotfix] revert ax (#11159)

This reverts commit de3c606b20.
This commit is contained in:
Richard Liaw
2020-10-01 10:05:03 -07:00
committed by GitHub
parent b969e8cf59
commit 9070ed3e44
-5
View File
@@ -291,11 +291,6 @@ install_dependencies() {
# Additional Tune test dependencies.
if [ "${TUNE_TESTING-}" = 1 ]; then
pip install -r "${WORKSPACE_DIR}"/python/requirements_tune.txt
# Temporary fix to support latest Ax release on Python 3.7
if [ "${PYTHON}" = "3.7" ]; then
pip install -U git+https://github.com/facebook/Ax.git@0.1.16#egg=ax-platform
fi
fi
# Additional Tune dependency for Horovod.