Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
absadiki committed Mar 11, 2023
1 parent 3fb8381 commit d1c886d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ sounddevice~=0.4.6
webrtcvad~=2.0.10
pydub~=0.25.1
requests~=2.28.2
tqdm==4.65.0
platformdirs==3.1.0
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 @@ -131,7 +131,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="pywhispercpp",
version="1.0.1",
version="1.0.2",
author="abdeladim-s",
description="Python bindings for whisper.cpp",
long_description=long_description,
Expand Down

0 comments on commit d1c886d

Please sign in to comment.