Remove debug extras from setup.py (#12751)

This commit is contained in:
Eric Squires
2020-12-10 16:23:11 -06:00
committed by GitHub
parent 3fd3cb96ed
commit 9f70293700
20 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ def memory_debug_str():
round(used_gb, 1), round(total_gb, 1), warn)
except ImportError:
return ("Unknown memory usage. Please run `pip install psutil` "
"(or ray[debug]) to resolve)")
"to resolve)")
def _get_trials_by_state(trials: List[Trial]):