Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
-
streamlit-extras
|
3 |
-
spacy
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
1 |
+
streamlit==1.29.0
|
2 |
+
streamlit-extras==0.3.6
|
3 |
+
spacy==3.6.1
|
4 |
+
spacy-transformers==1.2.5
|
5 |
+
pandas==2.0.3
|
6 |
+
lxml==4.9.3
|
7 |
+
beautifulsoup4==4.12.2
|