yusenthebot commited on
Commit
990c488
·
verified ·
1 Parent(s): 61733d4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -14
requirements.txt CHANGED
@@ -1,18 +1,8 @@
1
- # Core app deps
2
  gradio>=4.0.0
3
  huggingface_hub>=0.20.0
4
  pandas>=2.0.0
 
5
  Pillow>=10.0.0
6
-
7
- # AutoGluon + DL stack (keep these pins compatible)
8
- autogluon.multimodal==1.1.0
9
- numpy>=1.26,<2.0
10
-
11
- # Torch/TV compatible pair for CPU
12
- torch==2.1.2
13
- torchvision==0.16.2
14
-
15
- # Model-load-time deps
16
- timm==0.9.16
17
- scikit-learn>=1.2,<1.8
18
- cloudpickle>=2.2.0
 
1
+ autogluon.multimodal>=1.1.0
2
  gradio>=4.0.0
3
  huggingface_hub>=0.20.0
4
  pandas>=2.0.0
5
+ numpy>=1.21.0
6
  Pillow>=10.0.0
7
+ torch>=2.0.0
8
+ torchvision>=0.15.0