Unverified Commit 7875b638 authored by Richard Liaw's avatar Richard Liaw Committed by GitHub
Browse files

try-this (#12338)


Signed-off-by: default avatarRichard Liaw <rliaw@berkeley.edu>
parent cf3c9198
...@@ -125,7 +125,7 @@ _deps = [ ...@@ -125,7 +125,7 @@ _deps = [
"pytest-sugar", "pytest-sugar",
"pytest-xdist", "pytest-xdist",
"python>=3.6.0", "python>=3.6.0",
"ray", "ray[tune]",
"recommonmark", "recommonmark",
"regex!=2019.12.17", "regex!=2019.12.17",
"requests", "requests",
...@@ -246,7 +246,7 @@ extras["sagemaker"] = deps_list("sagemaker") ...@@ -246,7 +246,7 @@ extras["sagemaker"] = deps_list("sagemaker")
extras["deepspeed"] = deps_list("deepspeed") extras["deepspeed"] = deps_list("deepspeed")
extras["fairscale"] = deps_list("fairscale") extras["fairscale"] = deps_list("fairscale")
extras["optuna"] = deps_list("optuna") extras["optuna"] = deps_list("optuna")
extras["ray"] = deps_list("ray") extras["ray"] = deps_list("ray[tune]")
extras["integrations"] = extras["optuna"] + extras["ray"] extras["integrations"] = extras["optuna"] + extras["ray"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment