Skip to content

Commit

Permalink
bug fix: numpy version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
absadiki committed Mar 19, 2023
1 parent 468ce3c commit 7b3d8d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy~=1.24.2
numpy
sounddevice~=0.4.6
webrtcvad~=2.0.10
pydub~=0.25.1
Expand Down
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.4",
version="1.0.5",
author="abdeladim-s",
description="Python bindings for whisper.cpp",
long_description=long_description,
Expand Down

0 comments on commit 7b3d8d4

Please sign in to comment.