Spaces:
Sleeping
Sleeping
Commit
·
b81d876
1
Parent(s):
ed64398
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.19.5
|
2 |
+
spacy==2.2.4
|
3 |
+
en-core-web-lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-2.2.5/en_core_web_lg-2.2.5.tar.gz
|
4 |
+
pandas==1.1.5
|
5 |
+
scikit-learn==1.0.1
|
6 |
+
sklearn-pandas==1.8.0
|
7 |
+
plotly==5.4.0
|
8 |
+
altair<5
|
9 |
+
streamlit
|