mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[RLlib] Move pettingzoo
from requirements.txt into requirements_rllib.txt (#12400)
This commit is contained in:
parent
6475297bd3
commit
c1d7826bb7
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue