From 6b0a5b3655157b40989dcbb01abe61a3da0259df Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 26 Jun 2022 15:52:46 +0200 Subject: [PATCH] Loosen dependency requirements --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0ae5415..2ae8131 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,9 +23,9 @@ install_requires = unidecode >= 1.3.0 multiprocess >= 0.70.0.0 tqdm >= 4.0.0 - scikit-learn >= 1.0.0 - matplotlib >= 3.5.0 - numpy >= 1.22.0 + scikit-learn + matplotlib + numpy syntok >= 1.4.0 langcodes[data] >= 3.3.0 langdetect >= 1.0.9