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

Use a different ci environment on Windows #53

Closed traversaro closed 9 months ago

traversaro commented 9 months ago

Fix https://github.com/ami-iit/ADAM/issues/52 . The downside of this is that we are duplicating dependencies on Windows and Linux/macOS, but at least in this way we do not need to hardcode the Python version used.

traversaro commented 9 months ago

fyi @Giulero @CarlottaSartore

Giulero commented 9 months ago

Thanks a lot @traversaro !