Spaces:
Build error
Build error
requirements
Browse files
1pre-requirements.txt β pre-requirements.txt
RENAMED
@@ -1 +1,2 @@
|
|
1 |
python3-opencv
|
|
|
|
1 |
python3-opencv
|
2 |
+
pip3
|
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
numpy>=1.25.2
|
2 |
-
opencv-python
|
|
|
3 |
onnx==1.14.0
|
4 |
onnxruntime==1.15.0
|
5 |
--index-url https://download.pytorch.org/whl/cpu
|
|
|
1 |
numpy>=1.25.2
|
2 |
+
opencv-python>=4.7.0.72
|
3 |
+
opencv-python-headless>=4.7.0.72
|
4 |
onnx==1.14.0
|
5 |
onnxruntime==1.15.0
|
6 |
--index-url https://download.pytorch.org/whl/cpu
|