From 32b400f6a69d7012173208c02c3cb4abec83af93 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Tue, 15 Oct 2024 12:49:15 -0400 Subject: [PATCH] Bump custodian (#2497) --- pyproject.toml | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9988b85c04..69b3dc69dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/tests/requirements.txt b/tests/requirements.txt index aea580e2f5..6fa88322d6 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -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