Spaces:
Sleeping
Sleeping
Add TabPFN and ML dependencies
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
-
|
| 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
|