mr2along commited on
Commit
a6d7e70
·
verified ·
1 Parent(s): a671f9c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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==1.13.1; 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
 
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