Skip to content

Commit

Permalink
chore: faster_whisper==0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
faker2048 authored Nov 29, 2023
1 parent 44e94e0 commit 05fe46f
Showing 1 changed file with 2 additions and 2 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="ytws",
version="0.4.1",
version="0.4.2",
description="YouTube Whisper - A YouTube Downloader with Transcription",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -15,7 +15,7 @@
packages=find_packages(include=["src", "src.*"]),
install_requires=[
"click==8.1.6",
"faster_whisper @ git+https://github.com/SYSTRAN/faster-whisper.git@0.10.0", # TODO: use pip package when available
"faster_whisper==0.10.0",
"loguru==0.7.0",
"yt_dlp==2023.10.13",
],
Expand Down

0 comments on commit 05fe46f

Please sign in to comment.