From e5a02b36ce9562c9f535aab50797cddc808d5a1c Mon Sep 17 00:00:00 2001 From: parisa-zahedi Date: Mon, 8 Apr 2024 13:34:19 +0200 Subject: [PATCH] Update pyproject.toml (#12) add "scikit-learn","numpy","scipy" to dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee3ee8c..6878f35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dynamic = ["version"] -dependencies = ["tqdm","pandas","pandas-stubs", "types-tqdm","spacy" +dependencies = ["tqdm","pandas","pandas-stubs", "types-tqdm","spacy","scikit-learn","numpy","scipy" ] [project.optional-dependencies] @@ -47,4 +47,4 @@ module = [ "pandas.*", "sklearn.*" ] -ignore_missing_imports = true \ No newline at end of file +ignore_missing_imports = true