automatminer causes needless recurring warnings when updating packages it depends on:
pip install crystal-toolkit
[...]
automatminer 1.0.3.20200727 requires matminer==0.6.2, but you'll have matminer 0.6.5 which is incompatible.
automatminer 1.0.3.20200727 requires pymatgen==2020.01.28, but you'll have pymatgen 2022.0.5 which is incompatible.
automatminer 1.0.3.20200727 requires scikit-learn==0.22.2, but you'll have scikit-learn 0.24.1 which is incompatible.
I believe the way to fix this is to simply specify dependencies with >= rather than == in requirements.txt. Will submit PR.
automatminercauses needless recurring warnings when updating packages it depends on:I believe the way to fix this is to simply specify dependencies with
>=rather than==inrequirements.txt. Will submit PR.