Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
gradio>=4.0.0
|
|
|
2 |
protobuf==3.20
|
3 |
opencv-python
|
4 |
ultralytics
|
5 |
astropy
|
6 |
-
git+https://github.com/Warlord-K/arcface-tensorflowlite.git
|
|
|
1 |
gradio>=4.0.0
|
2 |
+
numpy==1.26.4
|
3 |
protobuf==3.20
|
4 |
opencv-python
|
5 |
ultralytics
|
6 |
astropy
|
7 |
+
git+https://github.com/Warlord-K/arcface-tensorflowlite.git
|