Move setproctitle to ray[debug] package (#3415)

This commit is contained in:
Eric Liang
2018-11-27 09:50:59 -08:00
committed by Robert Nishihara
parent 20b8b1d891
commit 0d56fc10cc
8 changed files with 28 additions and 13 deletions
+4 -2
View File
@@ -64,7 +64,10 @@ else:
optional_ray_files += ray_autoscaler_files
extras = {"rllib": ["pyyaml", "gym[atari]", "opencv-python", "lz4", "scipy"]}
extras = {
"rllib": ["pyyaml", "gym[atari]", "opencv-python", "lz4", "scipy"],
"debug": ["psutil", "setproctitle", "py-spy"],
}
class build_ext(_build_ext.build_ext):
@@ -139,7 +142,6 @@ requires = [
"pytest",
"pyyaml",
"redis",
"setproctitle",
# The six module is required by pyarrow.
"six >= 1.0.0",
"flatbuffers",