aiidaplugins / aiida-crystal17

A plugin for AiiDA, to run the CRYSTAL17 code
https://aiida-crystal17.readthedocs.io
GNU Lesser General Public License v3.0
5 stars 4 forks source link

setup requirements hardcode aiida-core version #30

Closed yakutovicha closed 3 years ago

yakutovicha commented 4 years ago

The current setup requirements pin the aiida-core version:

https://github.com/chrisjsewell/aiida-crystal17/blob/1eab9635e81a29956b0113bc91e13d5a4ee4269d/setup.json#L69

Please replace this with something like "aiida-core>=1.0.0b6,<2.0.0"

chrisjsewell commented 4 years ago

Yep will do, as soon as I fix the WorkChains that @sphuber broke 😜 (see #28)