[Tune] Pin Transitive Dependencies (#13358)

This commit is contained in:
Amog Kamsetty
2021-01-13 19:10:21 -08:00
committed by GitHub
parent 062b7efc93
commit 3f42e6bafe
8 changed files with 1802 additions and 29 deletions
+9 -9
View File
@@ -489,15 +489,15 @@ py_test(
tags = ["exclusive", "example"]
)
# Comment out for now until we sort out our dependencies.
#py_test(
# name = "mlflow_ptl",
# size = "medium",
# srcs = ["examples/mlflow_ptl.py"],
# deps = [":tune_lib"],
# tags = ["exclusive", "example", "py37", "pytorch"],
# args = ["--smoke-test"]
#)
py_test(
name = "mlflow_ptl",
size = "medium",
srcs = ["examples/mlflow_ptl.py"],
deps = [":tune_lib"],
tags = ["exclusive", "example", "py37", "pytorch"],
args = ["--smoke-test"]
)
py_test(
name = "mnist_pytorch",
size = "small",