Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
ffmpeg-python==0.2.0
|
2 |
gradio==3.33.1
|
3 |
insightface==0.7.3
|
4 |
-
numpy>=1.
|
5 |
-
onnx
|
6 |
-
onnxruntime>=1.
|
7 |
opencv-python==4.7.0.72
|
8 |
opencv-python-headless==4.7.0.72
|
9 |
-
scikit-image>=0.
|
10 |
tqdm>=4.0.0
|
11 |
psutil>=5.0.0
|
12 |
ngrok
|
13 |
-
scrfd
|
|
|
1 |
ffmpeg-python==0.2.0
|
2 |
gradio==3.33.1
|
3 |
insightface==0.7.3
|
4 |
+
numpy>=1.21.6,<1.26
|
5 |
+
onnx==1.14.0
|
6 |
+
onnxruntime>=1.16,<2.0
|
7 |
opencv-python==4.7.0.72
|
8 |
opencv-python-headless==4.7.0.72
|
9 |
+
scikit-image>=0.21.0,<0.22
|
10 |
tqdm>=4.0.0
|
11 |
psutil>=5.0.0
|
12 |
ngrok
|
13 |
+
scrfd==0.2.0
|