mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 02:46:49 +08:00
[RLlib] Move pettingzoo from requirements.txt into requirements_rllib.txt (#12400)
This commit is contained in:
@@ -55,7 +55,6 @@ mypy
|
||||
networkx
|
||||
numba
|
||||
openpyxl
|
||||
pettingzoo>=1.4.0
|
||||
Pillow; platform_system != "Windows"
|
||||
pygments
|
||||
pytest==5.4.3
|
||||
|
||||
@@ -5,3 +5,5 @@ torch>=1.6.0
|
||||
# Version requirement to match Tune
|
||||
torchvision>=0.6.0
|
||||
smart_open
|
||||
# For tests on PettingZoo's multi-agent envs.
|
||||
pettingzoo>=1.4.0
|
||||
|
||||
Reference in New Issue
Block a user