fiona10 commited on
Commit
d87c306
1 Parent(s): 3100f13

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- nltk==3.6.2
2
- pandas==1.3.3
3
- spacy==3.1.3
4
- googletrans==4.0.0-rc1
5
- tensorflow==2.7.0
6
- transformers==4.11.3
 
 
1
+ nltk==3.7
2
+ spacy==3.3.1
3
+ transformers==4.24.0
4
+ googletrans==4.0.0rc1
5
+ pandas==1.3.5
6
+ scikit-learn==1.0.2
7
+ SpeechRecognition==3.9.0