dpv007 commited on
Commit
848defb
·
verified ·
1 Parent(s): 99d1f26

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -3,6 +3,7 @@ uvicorn[standard]==0.22.0
3
  numpy==1.26.0
4
  opencv-python-headless==4.8.0.74
5
  Pillow==10.0.1
6
- mtcnn==0.1.0
7
- # OR consider facenet-pytorch instead of mtcnn+tensorflow:
8
- # facenet-pytorch==3.4.0
 
 
3
  numpy==1.26.0
4
  opencv-python-headless==4.8.0.74
5
  Pillow==10.0.1
6
+ facenet-pytorch==3.4.0 # optional, keep if you use facenet-pytorch
7
+ torch==2.2.0 # optional, keep if you use facenet-pytorch
8
+ python-multipart==0.0.6
9
+ aiofiles==23.1.0