marvel-nccr / quantum-mobile

A Virtual Machine for computational materials science
https://quantum-mobile.readthedocs.io
Other
91 stars 32 forks source link

remove current_user from explicit requirements? #133

Open ltalirz opened 4 years ago

ltalirz commented 4 years ago

While building QM, I currently get this warning during the ansible-galaxy install -r requirements.yml:

- marvel-nccr.aiida (v2.3.2) was installed successfully
[WARNING]: - dependency marvel-nccr.current_user (master) (master) from role
marvel-nccr.aiida differs from already installed version (v0.1.0), skipping

@chrisjsewell I see that you've already updated the current_user dependency in the aiida role to use v0.1.0 but perhaps we can be a bit less stringent here: what about removing the version pinning from there, and also removing the dependency from the requirements.yml here in the quantum-mobile repository?

current_user used to be part of many other roles but I think it's now only used by aiida and aiidalab