diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index cddcb2bef..1a4fd85b8 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,7 +9,7 @@ dependencies: - numpy =1.26.0 - phonopy =2.20.0 - plotly =5.18.0 -- pymatgen =2023.10.11 +- pymatgen =2023.11.12 - pyscal =2.10.18 - pyxtal =0.6.1 - scikit-learn =1.3.2 diff --git a/setup.py b/setup.py index 59d11828a..42b641354 100644 --- a/setup.py +++ b/setup.py @@ -36,13 +36,13 @@ 'scipy==1.11.3', # ase already requires scipy ], extras_require={ - "grainboundary": ['aimsgb==1.1.0', 'pymatgen==2023.10.11'], + "grainboundary": ['aimsgb==1.1.0', 'pymatgen==2023.11.12'], "pyscal": ['pyscal2==2.10.18'], "nglview": ['nglview==3.0.8'], "plotly": ['plotly==5.18.0'], "clusters": ['scikit-learn==1.3.2'], "symmetry": ['spglib==2.1.0'], - "surface": ['spglib==2.1.0', 'pymatgen==2023.10.11'], + "surface": ['spglib==2.1.0', 'pymatgen==2023.11.12'], "phonopy": ['phonopy==2.20.0', 'spglib==2.1.0'], "pyxtal": ['pyxtal==0.6.1'] },