Skip to content

Commit

Permalink
remove pydub from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
absadiki committed Sep 6, 2024
1 parent a9ac81d commit 2d32f99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
numpy
sounddevice~=0.4.6
webrtcvad~=2.0.10
pydub~=0.25.1
requests~=2.28.2
tqdm~=4.65.0
platformdirs~=3.1.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ def copy_extensions_to_source(self):
'Source': 'https://github.com/abdeladim-s/pywhispercpp',
'Tracker': 'https://github.com/abdeladim-s/pywhispercpp/issues',
},
install_requires=['numpy', "pydub", "requests", "tqdm", "platformdirs"],
install_requires=['numpy', "requests", "tqdm", "platformdirs"],
extras_require={"examples": ["sounddevice", "webrtcvad"]},
)

0 comments on commit 2d32f99

Please sign in to comment.