Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -2,5 +2,11 @@ autogluon.tabular>=1.4.0
|
|
| 2 |
gradio>=4.0.0
|
| 3 |
huggingface_hub>=0.20.0
|
| 4 |
pandas>=2.0.0
|
|
|
|
| 5 |
scikit-learn>=1.0.0
|
| 6 |
-
lightgbm>=3.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
gradio>=4.0.0
|
| 3 |
huggingface_hub>=0.20.0
|
| 4 |
pandas>=2.0.0
|
| 5 |
+
numpy>=1.21.0
|
| 6 |
scikit-learn>=1.0.0
|
| 7 |
+
lightgbm>=3.0.0
|
| 8 |
+
catboost>=1.0.0
|
| 9 |
+
xgboost>=1.6.0
|
| 10 |
+
fastai>=2.0.0
|
| 11 |
+
torch>=1.13.0
|
| 12 |
+
torchvision>=0.14.0
|