Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +0 -2
requirements.txt
CHANGED
@@ -2,9 +2,7 @@ gradio==4.*
|
|
2 |
huggingface_hub>=0.23.0
|
3 |
datasets>=2.18.0
|
4 |
autogluon.tabular>=1.4.0,<2.0
|
5 |
-
# Pin sklearn to the training version to avoid InconsistentVersionWarning
|
6 |
scikit-learn==1.5.1
|
7 |
-
# Torch required by AutoGluon NN_Torch models used in the ensemble
|
8 |
torch>=2.2.0,<3
|
9 |
cloudpickle>=2.2.0
|
10 |
pandas>=1.5.0
|
|
|
2 |
huggingface_hub>=0.23.0
|
3 |
datasets>=2.18.0
|
4 |
autogluon.tabular>=1.4.0,<2.0
|
|
|
5 |
scikit-learn==1.5.1
|
|
|
6 |
torch>=2.2.0,<3
|
7 |
cloudpickle>=2.2.0
|
8 |
pandas>=1.5.0
|