Closed unkcpz closed 1 year ago
@unkcpz perhaps related what I reported here:
https://github.com/aiidalab/aiidalab-docker-stack/issues/320
I think in AiiDAlab this issue is compounded by the fact that aiida-core and its dependencies are installed via conda, but app dependencies are installed via pip, which might lead to these mismatches (but I haven't confirmed this)
Is anyone had the same issue encountered, to be honest, I am a bit sick of dependencies handled by pymatgen I think this is not the first time we have problem with it. In AiiDAlab, we pinned the numpy version to workaround this. Now I encounter it again with sssp workflow, not sure tune numpy version is a good idea.
numpy version
1.21.4
. pymatgen version2022.1.9
(I think this pinned by aiida-core)