Skip to content

Commit

Permalink
Bump pymatgen from 2022.0.5 to 2022.0.8 in /emmet-core
Browse files Browse the repository at this point in the history
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](materialsproject/pymatgen@v2022.0.5...v2022.0.8)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2021
1 parent fa66efe commit 51bb0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion emmet-core/setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 51bb0ae

Please sign in to comment.