From d43fd54725b21a585024ae99d1b1a19a123fc095 Mon Sep 17 00:00:00 2001 From: Avi Shinnar Date: Thu, 1 Feb 2024 14:00:47 -0500 Subject: [PATCH] remove upper bound on jsonschema dependency Signed-off-by: Avi Shinnar --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2cc8e47d..4d13899b2 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "black>=22.1.0", "graphviz", "hyperopt>=0.2,<=0.2.5", - "jsonschema<=4.20.0", + "jsonschema", "jsonsubschema>=0.0.6", "scikit-learn>=1.0.0,<=1.2.0", "scipy<1.11.0",