Spaces:
Runtime error
Runtime error
Updaing requiements.txt
Browse filesAdding Data viz packages (Seaborn , matplotlib, plotly)
- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
newsdataapi
|
2 |
sklearn-pandas==2.2.0
|
3 |
nltk==3.8.1
|
4 |
-
joblib==1.3.2
|
|
|
|
|
|
|
|
|
|
|
|
1 |
newsdataapi
|
2 |
sklearn-pandas==2.2.0
|
3 |
nltk==3.8.1
|
4 |
+
joblib==1.3.2
|
5 |
+
matplotlib==3.7.1
|
6 |
+
matplotlib-inline==0.1.6
|
7 |
+
matplotlib-venn==0.11.9
|
8 |
+
seaborn==0.12.2
|
9 |
+
plotly==5.15.0
|