Soumen commited on
Commit
08de6fc
·
1 Parent(s): c271892

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -3,7 +3,6 @@ torch
3
  transformers
4
  nltk
5
  wordnet
6
- gensim==4.1.0
7
  joblib
8
  numpy
9
  pandas
@@ -12,6 +11,7 @@ spacy
12
  altair<5.0
13
  streamlit==1.22.0
14
  textblob
 
15
  pytesseract
16
  opencv-python
17
  Pillow
 
3
  transformers
4
  nltk
5
  wordnet
 
6
  joblib
7
  numpy
8
  pandas
 
11
  altair<5.0
12
  streamlit==1.22.0
13
  textblob
14
+ gensim==3.8.3
15
  pytesseract
16
  opencv-python
17
  Pillow