From 2b7628a29d5966a327e4d061a09338a3fa8460b1 Mon Sep 17 00:00:00 2001 From: Avi Shinnar Date: Thu, 15 Aug 2024 11:06:58 -0400 Subject: [PATCH] Relax hyperopt version bounds Signed-off-by: Avi Shinnar --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f65df917..ac339cbde 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ "numpy", "black>=22.1.0", "graphviz", - "hyperopt>=0.2,<=0.2.5", + "hyperopt>=0.2,<=0.2.7", "jsonschema<=4.20.0", "jsonsubschema>=0.0.6", "scikit-learn>=1.0.0,<1.5.0",