From 39caa4fc7c8d6396ba20e41870ed1b1b0b422b8f Mon Sep 17 00:00:00 2001 From: Neeratyoy Mallik Date: Fri, 12 Jul 2024 18:04:37 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3555c5..c9ee639 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ name = "mf-prior-bench" dependencies = [ "pyyaml", "numpy", - "configspace<=0.7.1", + "configspace==0.7.1", "pandas", "more_itertools", "pyarrow"