Remove debug extras from setup.py (#12751)

This commit is contained in:
Eric Squires
2020-12-10 17:23:11 -05:00
committed by GitHub
parent 3fd3cb96ed
commit 9f70293700
20 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ class MemoryMonitor:
if not psutil:
logger.warn("WARNING: Not monitoring node memory since `psutil` "
"is not installed. Install this with "
"`pip install psutil` (or ray[debug]) to enable "
"`pip install psutil` to enable "
"debugging of memory-related crashes.")
def get_memory_usage(self):