Skip to content

Commit

Permalink
Merge pull request #33 from NavodPeiris/dev
Browse files Browse the repository at this point in the history
Feat: use faster-whisper==1.0.2
  • Loading branch information
NavodPeiris committed May 27, 2024
2 parents 697b123 + 179cbb6 commit 442336f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="speechlib",
version="1.0.14",
version="1.0.15",
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.",
packages=find_packages(),
long_description=long_description,
Expand All @@ -19,6 +19,6 @@
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
],
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"],
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"],
python_requires=">=3.8",
)
2 changes: 1 addition & 1 deletion setup_instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for publishing:
pip install twine

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

finally run:
twine upload dist/*
Expand Down

0 comments on commit 442336f

Please sign in to comment.