Skip to content

Commit

Permalink
Restrict pymatgen version due to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi authored Aug 15, 2024
1 parent e91d620 commit 6df06a8
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 6df06a8

Please sign in to comment.