Updated whisper

This commit is contained in:
Yuta Hayashibe 2022-10-05 12:37:48 +09:00
parent b1ad42e690
commit 686627e1b5
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View file

@ -533,13 +533,13 @@ dev = ["pytest"]
[package.source] [package.source]
type = "git" type = "git"
url = "https://github.com/openai/whisper.git" url = "https://github.com/openai/whisper.git"
reference = '0b1ba3d46ebf7fe6f953acfd8cad62a4f851b49f' reference = '9e653bd0ea0f1e9493cb4939733e9de249493cfb'
resolved_reference = "0b1ba3d46ebf7fe6f953acfd8cad62a4f851b49f" resolved_reference = "9e653bd0ea0f1e9493cb4939733e9de249493cfb"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = ">=3.8,<3.11" python-versions = ">=3.8,<3.11"
content-hash = "f85eebeab58f24537d1947bae79de47b9e427cba42e2fa6e094631238da4865a" content-hash = "e03ed06253a5fa7329768e3c8ebb0874055f4cfe06ac1bd5e5b79e06157ba37e"
[metadata.files] [metadata.files]
black = [ black = [

View file

@ -8,7 +8,7 @@ packages = [{include = "whispering"}]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8,<3.11" python = ">=3.8,<3.11"
whisper = {git = "https://github.com/openai/whisper.git", rev = '0b1ba3d46ebf7fe6f953acfd8cad62a4f851b49f'} whisper = {git = "https://github.com/openai/whisper.git", rev = '9e653bd0ea0f1e9493cb4939733e9de249493cfb'}
sounddevice = "^0.4.5" sounddevice = "^0.4.5"
pydantic = "^1.10.2" pydantic = "^1.10.2"
websockets = "^10.3" websockets = "^10.3"