mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 02:56:05 +08:00
[docs] Update RLlib install to not include Tensorflow (#2178)
This commit is contained in:
+1
-5
@@ -64,11 +64,7 @@ else:
|
||||
|
||||
optional_ray_files += ray_autoscaler_files
|
||||
|
||||
extras = {
|
||||
"rllib": [
|
||||
"tensorflow", "pyyaml", "gym[atari]", "opencv-python", "lz4", "scipy"
|
||||
]
|
||||
}
|
||||
extras = {"rllib": ["pyyaml", "gym[atari]", "opencv-python", "lz4", "scipy"]}
|
||||
|
||||
|
||||
class build_ext(_build_ext.build_ext):
|
||||
|
||||
Reference in New Issue
Block a user