Skip to content

Commit

Permalink
Merge pull request #718 from PrimozGodec/fix-gensim
Browse files Browse the repository at this point in the history
Temporarily limit gensim to <4
  • Loading branch information
ajdapretnar authored Sep 16, 2021
2 parents d5865f8 + 150446e commit a5544ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ 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,!=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
# gensim 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
# 4.1 have some build problems
# TODO: change <4 probably to >4.1.1 when https://github.com/RaRe-Technologies/gensim/issues/3226 resolved
gensim>=0.12.3,<4
setuptools-git
Orange3 >=3.28.0
tweepy
Expand Down

0 comments on commit a5544ec

Please sign in to comment.