Skip to content

Commit

Permalink
Upgrade pymatgen and monty dependency in attempt to fix remote testin…
Browse files Browse the repository at this point in the history
…g issue.
  • Loading branch information
qchempku2017 committed Jan 21, 2025
1 parent 3ead63b commit 4168f63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ classifiers = [
]
dependencies = [
"numpy >=2.0.0,<3.0",
"pymatgen >=2024.11.13",
"monty >=2024.12.10",
"pymatgen >=2025.1.9",
"monty >=2025.1.9",
"h5py >=3.12.0"
]
authors = [
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==2.2.1
monty==2024.12.10
pymatgen==2024.11.13
monty==2025.01.09
pymatgen==2025.01.09
h5py==3.12.1

0 comments on commit 4168f63

Please sign in to comment.