ans123 commited on
Commit
9249902
·
verified ·
1 Parent(s): c06a24e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -7,7 +7,7 @@ pillow>=9.0.0
7
  opencv-python>=4.7.0
8
 
9
  # Facial analysis libraries - dlib with prebuilt binaries
10
- dlib-binary>=19.22.1 # Use prebuilt binaries instead of compiling from source
11
  deepface>=0.0.79
12
 
13
  # Lightweight alternatives in case DeepFace is too heavy
 
7
  opencv-python>=4.7.0
8
 
9
  # Facial analysis libraries - dlib with prebuilt binaries
10
+ dlib>=19.22.1 # Use prebuilt binaries instead of compiling from source
11
  deepface>=0.0.79
12
 
13
  # Lightweight alternatives in case DeepFace is too heavy