Skip to content

Commit 442336f

Browse files
authored
Merge pull request #33 from NavodPeiris/dev
Feat: use faster-whisper==1.0.2
2 parents 697b123 + 179cbb6 commit 442336f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="speechlib",
8-
version="1.0.14",
8+
version="1.0.15",
99
description="speechlib is a library that can do speaker diarization, transcription and speaker recognition on an audio file to create transcripts with actual speaker names. This library also contain audio preprocessor functions.",
1010
packages=find_packages(),
1111
long_description=long_description,
@@ -19,6 +19,6 @@
1919
"Programming Language :: Python :: 3.10",
2020
"Operating System :: OS Independent",
2121
],
22-
install_requires=["transformers==4.36.2", "torch==2.1.2", "torchaudio==2.1.2", "pydub==0.25.1", "pyannote.audio==3.1.1", "speechbrain==0.5.16", "accelerate==0.26.1", "faster-whisper==0.10.0"],
22+
install_requires=["transformers==4.36.2", "torch==2.1.2", "torchaudio==2.1.2", "pydub==0.25.1", "pyannote.audio==3.1.1", "speechbrain==0.5.16", "accelerate==0.26.1", "faster-whisper==1.0.2"],
2323
python_requires=">=3.8",
2424
)

setup_instruction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ for publishing:
99
pip install twine
1010

1111
for install locally for testing:
12-
pip install dist/speechlib-1.0.14-py3-none-any.whl
12+
pip install dist/speechlib-1.0.15-py3-none-any.whl
1313

1414
finally run:
1515
twine upload dist/*

0 commit comments

Comments
 (0)