carla/PythonAPI/examples/requirements.txt

8 lines
108 B
Plaintext
Raw Normal View History

2019-03-29 00:58:46 +08:00
future
numpy; python_version < '3.0'
numpy==1.18.4; python_version >= '3.0'
2019-03-29 00:58:46 +08:00
pygame
matplotlib
open3d
2020-10-15 21:58:04 +08:00
Pillow