Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ moviepy>=1.0.3
|
|
7 |
numpy==1.24.3
|
8 |
onnx
|
9 |
onnxruntime; python_version != '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
|
10 |
-
onnxruntime-coreml
|
11 |
onnxruntime-gpu; sys_platform != 'darwin'
|
12 |
onnxruntime-silicon; sys_platform == 'darwin' and platform_machine == 'arm64'
|
13 |
opencv-python==4.8.0.74
|
|
|
7 |
numpy==1.24.3
|
8 |
onnx
|
9 |
onnxruntime; python_version != '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
|
10 |
+
onnxruntime-coreml; python_version == '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
|
11 |
onnxruntime-gpu; sys_platform != 'darwin'
|
12 |
onnxruntime-silicon; sys_platform == 'darwin' and platform_machine == 'arm64'
|
13 |
opencv-python==4.8.0.74
|