From f799ce306ea899c4519fff273167c4fd0d45f937 Mon Sep 17 00:00:00 2001 From: parisa-zahedi Date: Mon, 2 Dec 2024 13:42:18 +0100 Subject: [PATCH] add version for numpy, spacy and thinc (#20) Co-authored-by: parisa-zahedi --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c9ca36f..7ef3a03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,8 @@ classifiers = [ ] dynamic = ["version"] -dependencies = ["tqdm","pandas","pandas-stubs", "types-tqdm","spacy","scikit-learn","numpy","scipy", - "flake8-pyproject" +dependencies = ["tqdm","pandas","pandas-stubs", "types-tqdm","spacy==3.5.4","scikit-learn","numpy==1.26.4","scipy", + "flake8-pyproject","thinc==8.1.12" ] [project.optional-dependencies]