From 0fd4cae4c67cf567a1fd6a055b3799d8a38a2246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:05:17 +0000 Subject: [PATCH 1/2] Bump pymatgen from 2023.10.11 to 2023.11.12 Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2023.10.11 to 2023.11.12. - [Release notes](https://github.com/materialsproject/pymatgen/releases) - [Changelog](https://github.com/materialsproject/pymatgen/blob/master/docs/CHANGES.md) - [Commits](https://github.com/materialsproject/pymatgen/compare/v2023.10.11...v2023.11.12) --- updated-dependencies: - dependency-name: pymatgen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'] }, From f62ba64bbd681195c38853c79e1c453bb18d685d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 13 Nov 2023 19:04:42 +0100 Subject: [PATCH 2/2] Update environment.yml --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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