Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Changed requirement on pymatgen version.
  • Loading branch information
davidwaroquiers authored Jun 13, 2023
1 parent ccdb34a commit 2e7d026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python = "^3.8.12"
numpy = "^1.16.5"
matplotlib = "^3.5.1"
pandas = "^1.4.1"
pymatgen = "^2022.2.10"
pymatgen = ">=2022.2.10"
monty = "^2022.1.19"
pexpect = "^4.8.0"
cerberus = "^1.3.4"
Expand Down

0 comments on commit 2e7d026

Please sign in to comment.