JimmyBhoy commited on
Commit
8d29ea6
·
verified ·
1 Parent(s): 61ca635

Add TabPFN and ML dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -2
requirements.txt CHANGED
@@ -1,4 +1,9 @@
1
- gradio>=5.0.0
2
  huggingface_hub>=0.30.0
3
  pandas>=2.0.0
4
- pyarrow>=12.0.0
 
 
 
 
 
 
1
+ gradio>=5.0.0
2
  huggingface_hub>=0.30.0
3
  pandas>=2.0.0
4
+ pyarrow>=12.0.0
5
+ numpy>=1.26.0
6
+ scikit-learn>=1.4.0
7
+ joblib>=1.3.0
8
+ tabpfn>=2.0.0
9
+ torch>=2.2.0