Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -2,12 +2,14 @@ gradio==4.44.0
|
|
| 2 |
opencv-python==4.10.0.84
|
| 3 |
numpy==1.26.4
|
| 4 |
pandas==2.2.2
|
| 5 |
-
deepface==0.0.93
|
| 6 |
Pillow==10.4.0
|
| 7 |
simple-salesforce==1.12.6
|
| 8 |
requests==2.32.3
|
| 9 |
-
tf-keras==2.19.0
|
| 10 |
python-dotenv==1.0.1
|
| 11 |
-
simple-salesforce>=1.12.6
|
| 12 |
retrying>=1.3.4
|
| 13 |
-
reportlab>=4.2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
opencv-python==4.10.0.84
|
| 3 |
numpy==1.26.4
|
| 4 |
pandas==2.2.2
|
|
|
|
| 5 |
Pillow==10.4.0
|
| 6 |
simple-salesforce==1.12.6
|
| 7 |
requests==2.32.3
|
|
|
|
| 8 |
python-dotenv==1.0.1
|
|
|
|
| 9 |
retrying>=1.3.4
|
| 10 |
+
reportlab>=4.2.2
|
| 11 |
+
tensorflow==2.15.0
|
| 12 |
+
tf-keras==2.15.0
|
| 13 |
+
deepface==0.0.90
|
| 14 |
+
scikit-learn>=1.3.0
|
| 15 |
+
matplotlib>=3.7.0
|