Skip to content

Commit 130eadc

Browse files
committed
updated onnxruntime in requirements.txt to >= 1.15.0 in order to support Python 3.11+
1 parent 74277cf commit 130eadc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ tqdm
33
pandas
44
numpy
55
opencv-python
6-
Pillow==9.4.0
7-
onnxruntime # onnxruntime-gpu for GPU support
6+
Pillow
7+
onnxruntime>=1.15.0 # onnxruntime-gpu for GPU support
88
librosa==0.9.2
99
matplotlib
1010
onnx==1.14.0

0 commit comments

Comments
 (0)