ami-iit / adam

adam implements a collection of algorithms for calculating rigid-body dynamics in Jax, CasADi, PyTorch, and Numpy.
https://adam-docs.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
123 stars 19 forks source link

Change python3.8 dep to 3.7 #47

Closed Giulero closed 1 year ago

Giulero commented 1 year ago

This PR addresses #46.

Since python3.7 is reaching its EOL (https://www.python.org/downloads/release/python-370/) we might be forced in the future to move to a higher python version.

Giulero commented 1 year ago

Thanks @traversaro! :)