From 45a882ccf807e7589019c0b27d39d10a384a6c51 Mon Sep 17 00:00:00 2001 From: Filipe Cunha Date: Fri, 20 Sep 2024 19:14:11 +0100 Subject: [PATCH] restored dependencies on the setup.py file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9141c0..fd20629 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ "numpy>=1.24.2", "scikit-learn>=1.0.1", "sklearn_crfsuite~=0.3.6", - "rust_fst~=0.1.2", +# "rust_fst~=0.1.2", "spacy~=3.5.2", "nltk~=3.5", "jieba~=0.42",