Skip to content

Commit

Permalink
Merge pull request #301 from WMD-group/AntObi-patch-1
Browse files Browse the repository at this point in the history
Restrict pymatgen version due to windows
  • Loading branch information
AntObi authored Aug 15, 2024
2 parents e91d620 + 6df06a8 commit 149297e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"scipy",
"numpy<2",
"spglib",
"pymatgen>=2024.2.20",
"pymatgen>=2024.2.20,<2024.8.8",
"ase",
"pandas",
"pathos",
Expand Down

0 comments on commit 149297e

Please sign in to comment.