google / evojax

Apache License 2.0
834 stars 85 forks source link

opencv-python dependency? #2

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

Hi everyone, and thanks for working on such project and open sourcing it!

I notice that the project has a dependency on opencv-python listed in the setup.py file. However, I did not find any import cv2 in the project, and the examples seem to work fine even in an environment with no opencv-python/cv2. Is the dependency on opencv-python just a leftover/accidental dependency, or there is something that I am missing?

Thanks in advance.

lerrytang commented 2 years ago

Hi, thanks for trying out EvoJAX! Yes, it is a leftover.

traversaro commented 2 years ago

Thanks for the quick reply! Let me know if I can close the issue, or if you want to keep it open until the dependency have been removed from setup.py.

jsykes commented 1 year ago

evojax/task/slimevolley.py still references it