From 95984a266407308536e4248e08816a53eb1a1967 Mon Sep 17 00:00:00 2001 From: David Waroquiers Date: Tue, 10 Sep 2024 16:49:14 +0200 Subject: [PATCH] Attempt to fix issue with pydantic-settings. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 31d2076..db74aa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ dependencies = [ "custodian>=2024.3.12", "jobflow>=0.1.11", "emmet-core>=0.80.0", + "pydantic-settings<2.5", "turbomoleio==1.5.0" ]