From 57212254e6c7761ae78ae232a0ce8f95bcee2f29 Mon Sep 17 00:00:00 2001 From: Sumanth Ratna Date: Tue, 9 Jun 2020 16:05:04 -0400 Subject: [PATCH] Fix dragonfly install instructions (#8866) --- python/ray/tune/suggest/dragonfly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/tune/suggest/dragonfly.py b/python/ray/tune/suggest/dragonfly.py index d859eabd4..14b95b77e 100644 --- a/python/ray/tune/suggest/dragonfly.py +++ b/python/ray/tune/suggest/dragonfly.py @@ -99,7 +99,7 @@ class DragonflySearch(Searcher): **kwargs): assert dragonfly is not None, """dragonfly must be installed! You can install Dragonfly with the command: - `pip install dragonfly`.""" + `pip install dragonfly-opt`.""" assert mode in ["min", "max"], "`mode` must be 'min' or 'max'!" self._initial_points = []