Skip to content

Commit

Permalink
Bump custodian (#2497)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Oct 15, 2024
1 parent bb62654 commit 32b400f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
requires-python = ">=3.10"
dependencies = [
"ase>=3.23.0", # for Atoms object and calculators
"custodian>=2024.3.12", # for automated error corrections
"custodian>=2024.10.15", # for automated error corrections
"emmet-core>=0.80.0", # for pre-made schemas
"maggma>=0.64.0", # for database handling
"monty>=2024.5.15", # miscellaneous Python utilities
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ase==3.23.0
custodian==2024.6.24
custodian==2024.10.15
emmet-core==0.84.2
maggma==0.70.0
monty==2024.7.30
Expand Down

0 comments on commit 32b400f

Please sign in to comment.