Skip to content

Commit 0b752bf

Browse files
richardliawLysandreJik
authored andcommitted
try-this (#12338)
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
1 parent fb711f2 commit 0b752bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"pytest-sugar",
126126
"pytest-xdist",
127127
"python>=3.6.0",
128-
"ray",
128+
"ray[tune]",
129129
"recommonmark",
130130
"regex!=2019.12.17",
131131
"requests",
@@ -246,7 +246,7 @@ def run(self):
246246
extras["deepspeed"] = deps_list("deepspeed")
247247
extras["fairscale"] = deps_list("fairscale")
248248
extras["optuna"] = deps_list("optuna")
249-
extras["ray"] = deps_list("ray")
249+
extras["ray"] = deps_list("ray[tune]")
250250

251251
extras["integrations"] = extras["optuna"] + extras["ray"]
252252

0 commit comments

Comments
 (0)