Skip to content

Commit cd59f21

Browse files
committed
fix: downgrade ctranslate2 dependency version
1 parent 0aed874 commit cd59f21

File tree

2 files changed

+21
-31
lines changed

2 files changed

+21
-31
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ requires-python = ">=3.9, <3.13"
99
license = { text = "BSD-2-Clause" }
1010

1111
dependencies = [
12-
"ctranslate2>=4.5.0",
12+
"ctranslate2<4.5.0",
1313
"faster-whisper>=1.1.1",
1414
"nltk>=3.9.1",
1515
"numpy>=2.0.2",
16-
"onnxruntime==1.19",
16+
"onnxruntime>=1.19",
1717
"pandas>=2.2.3",
1818
"pyannote-audio>=3.3.2",
1919
"torch>=2.5.1",

uv.lock

Lines changed: 19 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)