From 5f6d161cfef58c172b8c22aa91ef08184afa540e Mon Sep 17 00:00:00 2001 From: ZanSara Date: Mon, 5 Jun 2023 10:29:51 +0200 Subject: [PATCH] pin generalimport (#5074) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e98e4bc6..603e7feb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "pandas", "rank_bm25", "scikit-learn>=1.0.0", # TF-IDF, SklearnQueryClassifier and metrics - "generalimport", # Optional imports + "generalimport==0.3.1", # Optional imports "prompthub-py==3.0.1", "platformdirs",