fix huggingface hub version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -5,5 +5,5 @@ pandas==2.2.3
|
|
| 5 |
scikit-learn==1.6.1
|
| 6 |
xgboost==2.1.4
|
| 7 |
lightgbm==4.6.0
|
| 8 |
-
huggingface_hub==
|
| 9 |
tabfm[pytorch] @ git+https://github.com/google-research/tabfm.git@53f3fcfb8a3355f55c9fb49f04fbb62b8ba29109
|
|
|
|
| 5 |
scikit-learn==1.6.1
|
| 6 |
xgboost==2.1.4
|
| 7 |
lightgbm==4.6.0
|
| 8 |
+
huggingface_hub==1.21.0
|
| 9 |
tabfm[pytorch] @ git+https://github.com/google-research/tabfm.git@53f3fcfb8a3355f55c9fb49f04fbb62b8ba29109
|