Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
numpy
|
2 |
-
pandas
|
3 |
-
matplotlib
|
4 |
-
spacy
|
5 |
-
nltk
|
6 |
-
tensorflow
|
7 |
-
streamlit
|
8 |
-
streamlit_extras
|
9 |
-
beautifulsoup4
|
10 |
-
gensim
|
11 |
-
imblearn
|
12 |
-
scipy==1.12
|
|
|
|
1 |
+
numpy
|
2 |
+
pandas
|
3 |
+
matplotlib
|
4 |
+
spacy
|
5 |
+
nltk
|
6 |
+
tensorflow
|
7 |
+
streamlit
|
8 |
+
streamlit_extras
|
9 |
+
beautifulsoup4
|
10 |
+
gensim
|
11 |
+
imblearn
|
12 |
+
scipy==1.12
|
13 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.7.1/en_core_web_lg-3.7.1-py3-none-any.whl
|