SebastianAndreu commited on
Commit
a71c838
·
verified ·
1 Parent(s): 67d1762

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -2
requirements.txt CHANGED
@@ -1,6 +1,21 @@
 
1
  gradio
2
- requests
3
  pandas
 
 
 
 
4
  huggingface_hub
 
 
5
  autogluon.tabular
6
- lightgbm
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
  gradio
 
3
  pandas
4
+ numpy
5
+ requests
6
+
7
+ # Hugging Face
8
  huggingface_hub
9
+
10
+ # AutoGluon and ML models
11
  autogluon.tabular
12
+ lightgbm
13
+ torch
14
+ torchvision
15
+ torchaudio
16
+ scikit-learn
17
+
18
+ # Additional AutoGluon dependencies (may be needed)
19
+ xgboost
20
+ catboost
21
+ networkx