Tomoki-YAMASHITA / CrySPY

CrySPY is a crystal structure prediction tool written in Python.
https://tomoki-yamashita.github.io/CrySPY_doc
MIT License
107 stars 38 forks source link

Fix breaking changes from recent Pymatgen v2022.0. release #10

Closed gisellegran closed 3 years ago

gisellegran commented 3 years ago

Pymatgen root imports have been removed from v2022.0.0.

All root imports from core package have been changed to their canonical import pymatgen.core

Tomoki-YAMASHITA commented 3 years ago

I have already fixed, but thanks.