Spaces:
Runtime error
Runtime error
added versions in requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
pandas
|
2 |
numpy
|
3 |
colour
|
4 |
-
nltk
|
5 |
plotly
|
6 |
-
pytorch-lightning
|
7 |
vaderSentiment
|
8 |
-
transformers
|
9 |
urlextract
|
10 |
-
scipy
|
11 |
bs4
|
12 |
boto3
|
13 |
-
torch
|
14 |
bokeh==2.4.1
|
15 |
-
scikit-learn
|
16 |
streamlit-analytics
|
17 |
streamlit
|
18 |
s3fs
|
|
|
1 |
pandas
|
2 |
numpy
|
3 |
colour
|
4 |
+
nltk==3.4.4
|
5 |
plotly
|
6 |
+
pytorch-lightning==1.5.10
|
7 |
vaderSentiment
|
8 |
+
transformers==4.18.0
|
9 |
urlextract
|
10 |
+
scipy==1.5.3
|
11 |
bs4
|
12 |
boto3
|
13 |
+
torch==1.7.1
|
14 |
bokeh==2.4.1
|
15 |
+
scikit-learn=0.24.1
|
16 |
streamlit-analytics
|
17 |
streamlit
|
18 |
s3fs
|