Spaces:
Running
Running
Commit
·
ea0859d
1
Parent(s):
dc4014d
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
opencv-python-headless
|
2 |
torch
|
3 |
gradio
|
4 |
-
opencv-python
|
5 |
-
numpy
|
6 |
-
matplotlib
|
|
|
1 |
opencv-python-headless
|
2 |
torch
|
3 |
gradio
|
4 |
+
opencv-python ~= 4.5.3
|
5 |
+
numpy~=1.21.6
|
6 |
+
matplotlib~=3.2.2
|