Skip to content

Commit ded6357

Browse files
authored
Add comments for dev dependencies (#193)
1 parent 3723bc3 commit ded6357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ dev = [
5757
'audobject >=0.7.5',
5858
'faster-whisper', # for usage example with ASR
5959
'librosa >=0.11.0',
60-
'onnxruntime ==1.19.2 ; python_version == "3.9"',
61-
'onnxruntime ; python_version >= "3.10"',
60+
'onnxruntime ==1.19.2 ; python_version == "3.9"', # for usage example with ASR
61+
'onnxruntime ; python_version >= "3.10"', # for usage example with ASR
6262
'pytest',
6363
'pytest-cov',
6464
'soxr >=0.4.0b1', # for numpy 2

0 commit comments

Comments
 (0)