Skip to content

Commit fcaf8f2

Browse files
committed
upgrade openai whisper
1 parent b64a3c2 commit fcaf8f2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ harmony = [
9191
"torch<2.3.0",
9292
"torchaudio<2.3.0",
9393
"transformers<4.37.0",
94-
"openai-whisper==20240930"
94+
"openai-whisper==20250625"
9595
]
9696
dev = [
9797
"aeneas~=1.7.3.0",
@@ -100,7 +100,7 @@ dev = [
100100
"torch<2.3.0",
101101
"torchaudio<2.3.0",
102102
"transformers<4.37.0",
103-
"openai-whisper==20240930",
103+
"openai-whisper==20250625",
104104
"mock==4.0.3",
105105
"coverage==5.5",
106106
"tox~=3.23.0",
@@ -133,7 +133,7 @@ llm = [
133133
"torch<2.3.0",
134134
"torchaudio<2.3.0",
135135
"transformers<4.37.0",
136-
"openai-whisper==20240930"
136+
"openai-whisper==20250625"
137137
]
138138

139139
[project.scripts]
@@ -169,3 +169,6 @@ include = [
169169
style = "sphinx"
170170
exclude = "\\.git|\\.tox"
171171
require-return-section-when-returning-nothing = true
172+
173+
[tool.poetry.dependencies]
174+
python = ">=3.8,<3.12"

0 commit comments

Comments
 (0)