From 6afe6a26ac2db213ae7d2fe30fa6f3a56beedb20 Mon Sep 17 00:00:00 2001 From: Yerdos Ordabayev Date: Thu, 30 May 2024 10:55:42 -0400 Subject: [PATCH] constrain jsonargparse version (#194) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 661ee0a9..4f999f4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "braceexpand", "crick>=0.0.4", "google-cloud-storage", - "jsonargparse[signatures]", + "jsonargparse[signatures]==4.27.7", "lightning>=2.2.0", "pyro-ppl", "pytest",