ezpzbz / aiida-catmat

Collection of AiiDA WorkChains Developed in CATMAT project
MIT License
3 stars 1 forks source link

[FIX] Restrict AiiDA core version #54

Closed ezpzbz closed 3 years ago

ezpzbz commented 3 years ago

AiiDA core versions of 1.4.0 and 1.4.1 have bug which results in having files stored in repository which should not. In the case of VASP, these can be POTCAR files which has not be there. In order to avoid possible issues in future, I need to exclude these two version from installation in setup.json as:

"aiida-core[atomic_tools] >= 1.2.1,!=1.4.0,!=1.4.1"