madhavkarthi commited on
Commit
61dbf35
·
verified ·
1 Parent(s): 3b54450

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -5
requirements.txt CHANGED
@@ -1,6 +1,20 @@
 
 
 
 
1
  autogluon==1.4.0
2
- gradio
3
- pandas
4
- huggingface_hub
5
- cloudpickle
6
- datasets
 
 
 
 
 
 
 
 
 
 
 
1
+ # Gradio for the UI
2
+ gradio==3.41.0
3
+
4
+ # AutoGluon for tabular predictions
5
  autogluon==1.4.0
6
+
7
+ # Core data libraries
8
+ pandas==2.1.0
9
+ numpy==1.25.0
10
+
11
+ # Hugging Face utilities
12
+ huggingface_hub>=0.16.4
13
+ datasets>=2.15.1
14
+
15
+ # Serialization
16
+ cloudpickle>=2.2.1
17
+
18
+ # Optional: for internal AutoGluon dependencies
19
+ scikit-learn>=1.3.2
20
+ matplotlib>=3.8.0