From 7e043b1fb1a7e50019e916e10fdc06125a7eca8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Primo=C5=BE=20Godec?= Date: Thu, 27 May 2021 12:24:18 +0200 Subject: [PATCH] requirements - skip gensim 4.0.0 and 4.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 50a3ee91c..943b3609a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ nltk>=3.0.5 # TweetTokenizer introduced in 3.0.5 scikit-learn numpy python-dateutil<3.0.0 # denpendency for botocore -gensim>=0.12.3 # LDA's show topics unified in 0.12.3 +gensim>=0.12.3,!=4.0.0,!=4.0.1 # LDA's show topics unified in 0.12.3; 4.0 and 4.0.1 require numpy>=1.17 but do not have that in requirements - text addon do not work in envs with numpy<1.17 setuptools-git Orange3 >=3.28.0 tweepy