Merge pull request #119 from JSchmie/update-dependencies
Update dependencies of `whisperx` to version `3.1.5` and bumped patch version of `tqdm`
This commit is contained in:
+2
-2
@@ -31,10 +31,10 @@ exclude =[
|
|||||||
]
|
]
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
tqdm = "^4.66.4"
|
tqdm = "^4.66.5"
|
||||||
numpy = "^1.26.4"
|
numpy = "^1.26.4"
|
||||||
openai-whisper = "^20231117"
|
openai-whisper = "^20231117"
|
||||||
whisperx = "^3.1.3"
|
whisperx = "^3.1.5"
|
||||||
"pyannote.audio" = "^3.1.1"
|
"pyannote.audio" = "^3.1.1"
|
||||||
torch = "^2.3.0"
|
torch = "^2.3.0"
|
||||||
|
|
||||||
|
|||||||
+2
-6
@@ -1,14 +1,10 @@
|
|||||||
tqdm>=4.65.0
|
tqdm>=4.66.5
|
||||||
numpy>=1.26.4
|
numpy>=1.26.4
|
||||||
|
|
||||||
openai-whisper==20231117
|
openai-whisper==20231117
|
||||||
whisperx~=3.1.3
|
whisperx~=3.1.5
|
||||||
|
|
||||||
pyannote.audio~=3.1.1
|
pyannote.audio~=3.1.1
|
||||||
pyannote.core~=5.0.0
|
|
||||||
pyannote.database~=5.0.1
|
|
||||||
pyannote.metrics~=3.2.1
|
|
||||||
pyannote.pipeline~=3.0.1
|
|
||||||
|
|
||||||
torch>=2.0.0
|
torch>=2.0.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user