From 38900fd9228bebfead8306d88625895e043fb122 Mon Sep 17 00:00:00 2001 From: Matthew Evans <7916000+ml-evs@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:04:14 +0000 Subject: [PATCH] Reduce pydantic pin to allow installation of atomate2[strict]==0.1.3 (#77) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c2fe9d3..4e2b0d01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ requires-python = ">=3.9" dependencies =[ "jobflow >= 0.1.14", - "pydantic ~= 2.5", + "pydantic ~= 2.4", "fabric ~= 3.2", "tomlkit ~= 0.12", "qtoolkit ~= 0.1, >= 0.1.3",