Skip to content

Commit

Permalink
update pymatgen to remove ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhu2017 committed Mar 16, 2024
1 parent 11630be commit 4cc67c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spglib>=1.10.4
pymatgen>=2023.2.28
pymatgen>=2024.3.1
pandas>=2.0.2
networkx>=2.3
scipy>=1.7.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
],
install_requires=[
"spglib>=1.10.4",
"pymatgen>=2023.10.3",
"pymatgen>=2024.3.1",
"pandas>=2.0.2",
"networkx>=2.3",
'ase>=3.18.0', #covered by pymatgen
Expand Down

0 comments on commit 4cc67c4

Please sign in to comment.