Skip to content

Commit

Permalink
requirements - skip gensim 4.0.0 and 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed May 27, 2021
1 parent 0feb2e9 commit 7e043b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e043b1

Please sign in to comment.