We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3723bc3 commit ded6357Copy full SHA for ded6357
pyproject.toml
@@ -57,8 +57,8 @@ dev = [
57
'audobject >=0.7.5',
58
'faster-whisper', # for usage example with ASR
59
'librosa >=0.11.0',
60
- 'onnxruntime ==1.19.2 ; python_version == "3.9"',
61
- 'onnxruntime ; python_version >= "3.10"',
+ 'onnxruntime ==1.19.2 ; python_version == "3.9"', # for usage example with ASR
+ 'onnxruntime ; python_version >= "3.10"', # for usage example with ASR
62
'pytest',
63
'pytest-cov',
64
'soxr >=0.4.0b1', # for numpy 2
0 commit comments