From 51bb0aef77c857f64d8f87434607ef33ab87c09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 23:46:39 +0000 Subject: [PATCH] Bump pymatgen from 2022.0.5 to 2022.0.8 in /emmet-core Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2022.0.5 to 2022.0.8. - [Release notes](https://github.com/materialsproject/pymatgen/releases) - [Changelog](https://github.com/materialsproject/pymatgen/blob/master/CHANGES.rst) - [Commits](https://github.com/materialsproject/pymatgen/compare/v2022.0.5...v2022.0.8) Signed-off-by: dependabot[bot] --- emmet-core/requirements.txt | 2 +- emmet-core/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emmet-core/requirements.txt b/emmet-core/requirements.txt index b9b4758f3f..6a9f98c626 100644 --- a/emmet-core/requirements.txt +++ b/emmet-core/requirements.txt @@ -1,4 +1,4 @@ -pymatgen==2022.0.5 +pymatgen==2022.0.8 monty==v2021.3.3 pydantic==1.8.1 pybtex==0.24.0 diff --git a/emmet-core/setup.py b/emmet-core/setup.py index 47e6e42b1e..5143118b9d 100644 --- a/emmet-core/setup.py +++ b/emmet-core/setup.py @@ -14,7 +14,7 @@ url="https://github.com/materialsproject/emmet", packages=find_namespace_packages(include=["emmet.*"]), install_requires=[ - "pymatgen~=2021.3", + "pymatgen>=2021.3,<2023.0", "monty~=2021.3", "pydantic[email]~=1.8", "pybtex~=0.24",