marvel-nccr / ansible-role-aiida

An ansible role that installs and configures AiiDA on Ubuntu.
Other
2 stars 5 forks source link

👌 IMPROVE: Write pip constraints file #56

Closed chrisjsewell closed 3 years ago

chrisjsewell commented 3 years ago

This constraints file is no longer directly required in this role, since we now install aiida-core+plugins in a single command. But it can be used by e.g. the aiidalab role, to ensure that installing additional packages into the aiida virtualenv does not break the existing environments: pip install -c {{ aiida_venv_constraints }} new_pacakage