mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 09:29:05 +08:00
Move setproctitle to ray[debug] package (#3415)
This commit is contained in:
committed by
Robert Nishihara
parent
20b8b1d891
commit
0d56fc10cc
+4
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user