Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
pybind11>=2.12
|
2 |
-
numpy
|
3 |
onnxruntime==1.12.0
|
4 |
opencv-python-headless
|
|
|
1 |
pybind11>=2.12
|
2 |
+
numpy<2
|
3 |
onnxruntime==1.12.0
|
4 |
opencv-python-headless
|