SondosM commited on
Commit
5f39bad
·
verified ·
1 Parent(s): 26e4417

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -23
requirements.txt CHANGED
@@ -3,33 +3,33 @@ fastapi==0.111.0
3
  uvicorn==0.30.1
4
  python-multipart==0.0.9
5
  starlette==0.37.2
6
-
7
  # ML / inference
8
- torch==2.10.0
9
- torchvision==0.25.0
10
- numpy==2.4.2
11
- opencv-python-headless==4.13.0.92
12
- Pillow==12.1.1
13
- scipy==1.17.1
14
- scikit-learn==1.8.0
15
- joblib==1.5.3
16
- pandas==3.0.1
17
- timm==1.0.25
18
- einops==0.8.2
19
  smplx==0.1.28
20
  chumpy==0.70
21
  yacs==0.1.8
22
- pytorch-lightning==2.6.1
23
- safetensors==0.7.0
24
- huggingface_hub==1.5.0
25
-
26
  # YOLO detector
27
- ultralytics==8.4.21
28
-
29
  # MediaPipe (lightweight mode)
30
- mediapipe
31
-
32
  # Misc
33
- psutil==7.2.2
34
- PyYAML==6.0.3
35
- requests==2.32.5
 
3
  uvicorn==0.30.1
4
  python-multipart==0.0.9
5
  starlette==0.37.2
6
+
7
  # ML / inference
8
+ torch==2.1.2
9
+ torchvision==0.16.2
10
+ numpy==1.26.4
11
+ opencv-python-headless==4.9.0.80
12
+ Pillow==10.2.0
13
+ scipy==1.12.0
14
+ scikit-learn==1.4.2
15
+ joblib==1.3.2
16
+ pandas==2.2.1
17
+ timm==1.0.3
18
+ einops==0.7.0
19
  smplx==0.1.28
20
  chumpy==0.70
21
  yacs==0.1.8
22
+ pytorch-lightning==2.2.1
23
+ safetensors==0.4.2
24
+ huggingface_hub==0.21.4
25
+
26
  # YOLO detector
27
+ ultralytics==8.1.47
28
+
29
  # MediaPipe (lightweight mode)
30
+ mediapipe==0.10.11
31
+
32
  # Misc
33
+ psutil==5.9.8
34
+ PyYAML==6.0.1
35
+ requests==2.31.0