pknayak commited on
Commit
e82eea4
1 Parent(s): 3f22247

Updaing requiements.txt

Browse files

Adding Data viz packages (Seaborn , matplotlib, plotly)

Files changed (1) hide show
  1. 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