Skip to content

Commit

Permalink
fix setup for pymatgen
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Sep 20, 2024
1 parent 0e20ae1 commit 8971351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ install_requires =
scikit-image
scikit-learn
psutil
pymatgen<=2024.7.18; python_version <= "3.9" ; os_name == 'nt'
pymatgen>=2024.9.10 ; python_version > "3.9"
pymatgen<=2024.7.18; python_version <= "3.9"
pymatgen>=2024.9.10; python_version > "3.9"
mp_api
pycifrw
fabio
Expand Down

0 comments on commit 8971351

Please sign in to comment.