pknayak commited on
Commit
0eaab24
·
1 Parent(s): 1fc586c

Update requirements.txt

Browse files

Adding the joblib package to the reqiurements.txt

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
  newsdataapi
2
  sklearn-pandas==2.2.0
3
- nltk==3.8.1
 
 
1
  newsdataapi
2
  sklearn-pandas==2.2.0
3
+ nltk==3.8.1
4
+ joblib==1.3.2