Skip to content

Commit

Permalink
Update setup.py (#244)
Browse files Browse the repository at this point in the history
rm `deepspeech` package since it is no longer maintained and cause installation error. fix `tokenizers==0.8.0`
  • Loading branch information
zqwerty authored Jul 3, 2023
1 parent e27290c commit b014b81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run_tests(self):
'transformers>=2.3.0,<3.0.0',
'tensorboard>=1.14.0',
'tensorboardX==1.7',
'tokenizers>=0.8.0',
'tokenizers==0.8.0',
'overrides==4.1.2',
'allennlp==0.9.0',
'requests',
Expand All @@ -61,7 +61,6 @@ def run_tests(self):
'python-Levenshtein',
'json_lines',
'gtts',
'DeepSpeech',
'pydub'
],
extras_require={
Expand Down

0 comments on commit b014b81

Please sign in to comment.