google / brax

Massively parallel rigidbody physics simulation on accelerator hardware.
Apache License 2.0
2.25k stars 249 forks source link

Add missing etils dependency in setup.py #293

Closed traversaro closed 1 year ago

traversaro commented 1 year ago

The etils package is required in several part of the code (https://github.com/search?q=repo%3Agoogle%2Fbrax%20etils&type=code), but it is listed in the dependency of the setup.py script. This PR adds etils to the dependency listed in the setup.py.

erikfrey commented 1 year ago

Good catch, thank you!