diff --git a/setup.py b/setup.py index 731c710a4..8a618cc38 100644 --- a/setup.py +++ b/setup.py @@ -36,13 +36,13 @@ 'scipy==1.11.2', # ase already requires scipy ], extras_require={ - "grainboundary": ['aimsgb==1.0.3', 'pymatgen==2023.8.10'], + "grainboundary": ['aimsgb==1.0.3', 'pymatgen==2023.9.2'], "pyscal": ['pyscal2==2.10.18'], "nglview": ['nglview==3.0.6'], "plotly": ['plotly==5.16.1'], "clusters": ['scikit-learn==1.3.0'], "symmetry": ['spglib==2.0.2'], - "surface": ['spglib==2.0.2', 'pymatgen==2023.8.10'], + "surface": ['spglib==2.0.2', 'pymatgen==2023.9.2'], "phonopy": ['phonopy==2.20.0', 'spglib==2.0.2'], "pyxtal": ['pyxtal==0.5.9'] },