From 1eb855b9074105034bd6b91cf837c4e5675e82d0 Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Tue, 22 Oct 2024 11:50:01 +0800 Subject: [PATCH] bump monty --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e30b2c9612..d5bf9cd6a3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ classifiers = [ dependencies = [ "joblib>=1", "matplotlib>=3.8", - "monty>=2024.7.29", + "monty>=2024.10.21", "networkx>=3", # PR #4116 "palettable>=3.3.3", "pandas>=2",