Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
Richard Liaw
2021-06-24 01:13:17 -07:00
committed by GitHub
parent cf3c9198aa
commit 7875b638cd

View File

@@ -125,7 +125,7 @@ _deps = [
"pytest-sugar",
"pytest-xdist",
"python>=3.6.0",
"ray",
"ray[tune]",
"recommonmark",
"regex!=2019.12.17",
"requests",
@@ -246,7 +246,7 @@ extras["sagemaker"] = deps_list("sagemaker")
extras["deepspeed"] = deps_list("deepspeed")
extras["fairscale"] = deps_list("fairscale")
extras["optuna"] = deps_list("optuna")
extras["ray"] = deps_list("ray")
extras["ray"] = deps_list("ray[tune]")
extras["integrations"] = extras["optuna"] + extras["ray"]