DegenGamer1702 commited on
Commit
3a7fab1
·
verified ·
1 Parent(s): feaee3c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +30 -30
requirements.txt CHANGED
@@ -1,30 +1,30 @@
1
- # -----------------------------
2
- # Core scientific stack
3
- # -----------------------------
4
- numpy==1.26.4
5
- scipy==1.11.4
6
- pandas==2.2.2
7
-
8
- # -----------------------------
9
- # TensorFlow (GPU-enabled if CUDA present)
10
- # -----------------------------
11
- tensorflow==2.18.0
12
-
13
- # -----------------------------
14
- # PyTorch + facenet-pytorch
15
- # (CPU wheels by default; CUDA wheels provided in Dockerfile)
16
- # -----------------------------
17
- facenet-pytorch==2.6.0
18
- pillow==10.2.0
19
-
20
- # -----------------------------
21
- # Vision / utility
22
- # -----------------------------
23
- opencv-python-headless==4.9.0.80
24
- imutils==0.5.4
25
- dlib==19.24.4
26
-
27
- # -----------------------------
28
- # Web UI
29
- # -----------------------------
30
- gradio==4.4.1
 
1
+ # -----------------------------
2
+ # Core scientific stack
3
+ # -----------------------------
4
+ numpy==1.26.4
5
+ scipy==1.11.4
6
+ pandas==2.2.2
7
+
8
+ # -----------------------------
9
+ # TensorFlow (GPU-enabled if CUDA present)
10
+ # -----------------------------
11
+ tensorflow==2.18.0
12
+
13
+ # -----------------------------
14
+ # PyTorch + facenet-pytorch
15
+ # (CPU wheels by default; CUDA wheels provided in Dockerfile)
16
+ # -----------------------------
17
+ facenet-pytorch==2.6.0
18
+ pillow==10.2.0
19
+
20
+ # -----------------------------
21
+ # Vision / utility
22
+ # -----------------------------
23
+ opencv-python-headless==4.9.0.80
24
+ imutils==0.5.4
25
+ dlib==19.24.4
26
+
27
+ # -----------------------------
28
+ # Web UI
29
+ # -----------------------------
30
+ gradio==4.4.1