update requirements
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -84,12 +84,11 @@
|
|
84 |
|
85 |
numpy==1.23.5
|
86 |
emoji==1.7.0
|
87 |
-
# pandas-profiling==2.*
|
88 |
plotly==4.*
|
89 |
spacy>=3.0.0,<4.0.0
|
90 |
en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.5.0/en_core_web_lg-3.5.0-py3-none-any.whl
|
91 |
gensim
|
92 |
-
pandas-profiling==2.*
|
93 |
plotly==4.*
|
94 |
transformers
|
95 |
googletrans==3.1.0a0
|
|
|
84 |
|
85 |
numpy==1.23.5
|
86 |
emoji==1.7.0
|
|
|
87 |
plotly==4.*
|
88 |
spacy>=3.0.0,<4.0.0
|
89 |
en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.5.0/en_core_web_lg-3.5.0-py3-none-any.whl
|
90 |
gensim
|
91 |
+
# pandas-profiling==2.*
|
92 |
plotly==4.*
|
93 |
transformers
|
94 |
googletrans==3.1.0a0
|