Luthaf / rascaline

Computing representations for atomistic machine learning
https://luthaf.fr/rascaline/
BSD 3-Clause "New" or "Revised" License
44 stars 13 forks source link

Pin last rustc 1.65 version of ahash #280

Closed PicoCentauri closed 8 months ago

PicoCentauri commented 8 months ago

metatensor uses ahash and the latest version of ahash requires rustc 1.72, which for now we don't want to enforce for now.

We pin the version here as well because otherwise need a metatensor-core release before this also has an effect here.

See also https://github.com/lab-cosmo/metatensor/pull/505


📚 Documentation preview 📚: https://rascaline--280.org.readthedocs.build/en/280/

PicoCentauri commented 8 months ago

This is not affecting the indirect dependency and the issue will be fixed in an upcoming release of metatensor