From bf6e72ca1cf6c42a37bddd5bd3096fbfc74d0136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 19:28:46 +0000 Subject: [PATCH] Bump pymatgen from 2023.9.10 to 2023.9.25 Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2023.9.10 to 2023.9.25. - [Release notes](https://github.com/materialsproject/pymatgen/releases) - [Changelog](https://github.com/materialsproject/pymatgen/blob/master/CHANGES.md) - [Commits](https://github.com/materialsproject/pymatgen/compare/v2023.9.10...v2023.9.25) --- updated-dependencies: - dependency-name: pymatgen dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ad3e8bf68..026c9cc4c 100644 --- a/setup.py +++ b/setup.py @@ -36,13 +36,13 @@ 'scipy==1.11.2', # ase already requires scipy ], extras_require={ - "grainboundary": ['aimsgb==1.1.0', 'pymatgen==2023.9.10'], + "grainboundary": ['aimsgb==1.1.0', 'pymatgen==2023.9.25'], "pyscal": ['pyscal2==2.10.18'], "nglview": ['nglview==3.0.8'], "plotly": ['plotly==5.17.0'], "clusters": ['scikit-learn==1.3.1'], "symmetry": ['spglib==2.1.0'], - "surface": ['spglib==2.1.0', 'pymatgen==2023.9.10'], + "surface": ['spglib==2.1.0', 'pymatgen==2023.9.25'], "phonopy": ['phonopy==2.20.0', 'spglib==2.1.0'], "pyxtal": ['pyxtal==0.6.0'] },