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

Specify --no-deps in pip install via conda #19

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

If we do not pass this command for the conda packages that do not install correctly the pip metadata, the pip install . command will install again the packages from PyPI. For example, this will happen for casadi until https://github.com/conda-forge/casadi-feedstock/pull/59 is merged.

Giulero commented 2 years ago

Thanks a lot @traversaro! :)