Spaces:
Build error
Build error
cleaned up
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -26,10 +26,7 @@ matplotlib>=3.7.0
|
|
26 |
gradio>=3.40.0
|
27 |
|
28 |
# System & Utilities
|
29 |
-
warnings
|
30 |
-
pickle5>=0.0.11
|
31 |
collections-extended>=2.0.2
|
32 |
-
datetime
|
33 |
|
34 |
# Optional: GPU Support (uncomment if using CUDA)
|
35 |
# torch-audio>=2.0.0
|
@@ -41,7 +38,7 @@ datetime
|
|
41 |
|
42 |
# Optional: Enhanced Face Recognition
|
43 |
# face-recognition>=1.3.0
|
44 |
-
# cmake>=3.25.0
|
45 |
|
46 |
# Development Dependencies (optional)
|
47 |
# jupyter>=1.0.0
|
|
|
26 |
gradio>=3.40.0
|
27 |
|
28 |
# System & Utilities
|
|
|
|
|
29 |
collections-extended>=2.0.2
|
|
|
30 |
|
31 |
# Optional: GPU Support (uncomment if using CUDA)
|
32 |
# torch-audio>=2.0.0
|
|
|
38 |
|
39 |
# Optional: Enhanced Face Recognition
|
40 |
# face-recognition>=1.3.0
|
41 |
+
# cmake>=3.25.0 # Required for dlib compilation
|
42 |
|
43 |
# Development Dependencies (optional)
|
44 |
# jupyter>=1.0.0
|