From 858cf620ab374488d0e42ec609633121f7a9019f Mon Sep 17 00:00:00 2001 From: Patrick Huck Date: Tue, 10 Dec 2024 14:53:40 -0800 Subject: [PATCH] bump min monty --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03d44f38..0139d222 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "pymatgen>=2022.3.7,!=2024.2.20", "typing-extensions>=3.7.4.1", "requests>=2.23.0", - "monty>=2023.9.25", + "monty>=2024.12.10", "emmet-core>=0.78.0rc3", "smart_open", ]