mirror of
https://github.com/wassname/ray.git
synced 2026-07-26 13:37:24 +08:00
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user