Skip to content

Commit

Permalink
Merge pull request #163 from materialsproject/update-pmg
Browse files Browse the repository at this point in the history
Update pymatgen version
  • Loading branch information
utf authored Aug 29, 2022
2 parents a37e797 + 3fb0441 commit e7e4133
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ classifiers = [
]
requires-python = '>="3.8"'
dependencies = [
'pymatgen>=2022.7.8',
'custodian>=2019.8.24',
"pymatgen>=2022.7.8",
"custodian>=2019.8.24",
"pydantic",
"monty",
'jobflow>=0.1.5',
"jobflow>=0.1.5",
"PyYAML",
"numpy",
"click",
Expand All @@ -55,8 +55,8 @@ tests = [
]
strict = [
"pydantic==1.9.0",
"pymatgen==2022.7.8",
"custodian==2022.2.13",
"pymatgen==2022.8.23",
"custodian==2022.5.26",
"monty==2022.4.26",
"jobflow==0.1.8",
"click==8.1.3",
Expand Down
1 change: 0 additions & 1 deletion src/atomate2/vasp/jobs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,6 @@ def _get_transformations(
found = False
for m in (
"advanced_transformations",
"defect_transformations",
"site_transformations",
"standard_transformations",
):
Expand Down

0 comments on commit e7e4133

Please sign in to comment.