File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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]
9696dev = [
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 = [
169169style = " sphinx"
170170exclude = " \\ .git|\\ .tox"
171171require-return-section-when-returning-nothing = true
172+
173+ [tool .poetry .dependencies ]
174+ python = " >=3.8,<3.12"
You can’t perform that action at this time.
0 commit comments