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
131 stars 20 forks source link

Update python version in tests #88

Closed Giulero closed 4 months ago

Giulero commented 4 months ago

This PR updates python to 3.11 for the tests, in order to align the deps with idyntree 12.3.2. Fixes #87

Giulero commented 4 months ago

Ref: https://github.com/robotology/idyntree/releases/tag/v12.3.2

Giulero commented 4 months ago

Thanks a lot!