From bb580ba0e79551354b281462370b07bec9018bb1 Mon Sep 17 00:00:00 2001 From: Younes Strittmatter Date: Fri, 23 Jun 2023 10:08:44 -0400 Subject: [PATCH] Update pyproject.toml add version number to core dependency because of depreciation function --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce9f696..cd22b35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.8,<4" # ADD NEW DEPENDENCIES HERE dependencies = [ - "autora-core", + "autora-core>=3.1.0", "scikit-learn", ]