Skip to content

Commit 72d7929

Browse files
committed
relaxed dependencies in requirements.txt
1 parent 130eadc commit 72d7929

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ numpy
55
opencv-python
66
Pillow
77
onnxruntime>=1.15.0 # onnxruntime-gpu for GPU support
8-
librosa==0.9.2
8+
librosa>=0.9.2
99
matplotlib
10-
onnx==1.14.0
11-
tf2onnx==1.14.0
10+
onnx>=1.14.0
11+
tf2onnx>=1.14.0

0 commit comments

Comments
 (0)