[RLlib] Move pettingzoo from requirements.txt into requirements_rllib.txt (#12400)

This commit is contained in:
Sven Mika
2020-11-26 19:30:35 +01:00
committed by GitHub
parent 6475297bd3
commit c1d7826bb7
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -55,7 +55,6 @@ mypy
networkx
numba
openpyxl
pettingzoo>=1.4.0
Pillow; platform_system != "Windows"
pygments
pytest==5.4.3
+2
View File
@@ -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