Upload requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==4.1.0
|
2 |
+
nltk==3.7
|
3 |
+
numpy==1.19.5
|
4 |
+
joblib==1.1.0
|
5 |
+
gcsfs==2022.1.0
|
6 |
+
streamlit==0.83.0
|
7 |
+
plotly==5.1.0
|
8 |
+
seaborn==0.11.1
|
9 |
+
tensorflow==2.7.0
|
10 |
+
pandas==1.2.5
|
11 |
+
neattext==0.1.3
|
12 |
+
protobuf==3.20.0
|
13 |
+
python-dotenv==0.20.0
|
14 |
+
scikit_learn==1.0.2
|