Update requirements.txt: remove specific version for opencv-python-headless and add numpy
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
gradio==3.0.10
|
| 2 |
tensorflow
|
| 3 |
-
opencv-python-headless
|
|
|
|
|
|
|
|
|
| 1 |
tensorflow
|
| 2 |
+
opencv-python-headless
|
| 3 |
+
numpy
|