fix: restrict pyannote-audio version to avoid compatibility issues (#1242)
* fix: restrict pyannote-audio version to avoid compatibility issues * chore: bump whisperX version to 3.4.3
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
urls = { repository = "https://github.com/m-bain/whisperx" }
|
urls = { repository = "https://github.com/m-bain/whisperx" }
|
||||||
authors = [{ name = "Max Bain" }]
|
authors = [{ name = "Max Bain" }]
|
||||||
name = "whisperx"
|
name = "whisperx"
|
||||||
version = "3.4.2"
|
version = "3.4.3"
|
||||||
description = "Time-Accurate Automatic Speech Recognition using Whisper."
|
description = "Time-Accurate Automatic Speech Recognition using Whisper."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9, <3.13"
|
requires-python = ">=3.9, <3.13"
|
||||||
@@ -15,7 +15,7 @@ dependencies = [
|
|||||||
"numpy>=2.0.2",
|
"numpy>=2.0.2",
|
||||||
"onnxruntime>=1.19",
|
"onnxruntime>=1.19",
|
||||||
"pandas>=2.2.3",
|
"pandas>=2.2.3",
|
||||||
"pyannote-audio>=3.3.2",
|
"pyannote-audio>=3.3.2,<4.0.0",
|
||||||
"torch>=2.5.1",
|
"torch>=2.5.1",
|
||||||
"torchaudio>=2.5.1",
|
"torchaudio>=2.5.1",
|
||||||
"transformers>=4.48.0",
|
"transformers>=4.48.0",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
version = 1
|
version = 1
|
||||||
revision = 2
|
revision = 3
|
||||||
requires-python = ">=3.9, <3.13"
|
requires-python = ">=3.9, <3.13"
|
||||||
resolution-markers = [
|
resolution-markers = [
|
||||||
"python_full_version >= '3.12'",
|
"python_full_version >= '3.12'",
|
||||||
@@ -2788,7 +2788,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "whisperx"
|
name = "whisperx"
|
||||||
version = "3.4.2"
|
version = "3.4.3"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "ctranslate2" },
|
{ name = "ctranslate2" },
|
||||||
@@ -2812,7 +2812,7 @@ requires-dist = [
|
|||||||
{ name = "numpy", specifier = ">=2.0.2" },
|
{ name = "numpy", specifier = ">=2.0.2" },
|
||||||
{ name = "onnxruntime", specifier = ">=1.19" },
|
{ name = "onnxruntime", specifier = ">=1.19" },
|
||||||
{ name = "pandas", specifier = ">=2.2.3" },
|
{ name = "pandas", specifier = ">=2.2.3" },
|
||||||
{ name = "pyannote-audio", specifier = ">=3.3.2" },
|
{ name = "pyannote-audio", specifier = ">=3.3.2,<4.0.0" },
|
||||||
{ name = "torch", specifier = ">=2.5.1" },
|
{ name = "torch", specifier = ">=2.5.1" },
|
||||||
{ name = "torchaudio", specifier = ">=2.5.1" },
|
{ name = "torchaudio", specifier = ">=2.5.1" },
|
||||||
{ name = "transformers", specifier = ">=4.48.0" },
|
{ name = "transformers", specifier = ">=4.48.0" },
|
||||||
|
|||||||
Reference in New Issue
Block a user