-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Background
Hi! I'm part of the SMACT dev team in the Materials Design Group at Imperial and we're working on a new property_prediction
module in SMACT (issue #448), designed to enable property predictions directly from chemical compositions using trained ROOST model checkpoints. This effort started at the 2025 SMACTDOWN session we had last week and aims to streamline materials property predictions (e.g., band gap, bulk modulus) via an extensible interface.
Currently, aviary needs to be installed from source via:
pip install -U git+https://github.com/CompRhys/aviary
Request
Would it be possible to publish aviary to PyPI
? This would greatly simplify the dependency management for downstream projects like SMACT that want to leverage aviary's models.
If there's anything blocking a PyPI release (e.g., package naming conflicts, CI/CD setup, etc.), I’d be happy to help with the setup or contribute PRs toward making a PyPI release possible.
Thanks for your time considering this request and for all the great work on Aviary and ROOST!