We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec0a7d7 + 90bb4a2 commit c078dacCopy full SHA for c078dac
requirements.txt
@@ -6,7 +6,7 @@ jiwer==3.0.4
6
joblib==1.4.0
7
langdetect==1.0.9
8
lexical_diversity==0.1.1
9
-nltk==3.8.1
+nltk==3.9
10
numpy==1.24.4
11
openai==1.30.5
12
pandas==2.2.2
setup.py
@@ -38,7 +38,7 @@
38
'joblib==1.4.0',
39
'langdetect==1.0.9',
40
'lexical_diversity==0.1.1',
41
- 'nltk==3.8.1',
+ 'nltk==3.9',
42
'numpy==1.24.4',
43
'openai==1.30.5',
44
'pandas==2.2.2',
0 commit comments