Fix: add dill dependency for model deserialization
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -4,4 +4,5 @@ numpy==2.0.2
|
|
| 4 |
scikit-learn==1.6.1
|
| 5 |
xgboost==2.1.4
|
| 6 |
joblib==1.4.2
|
|
|
|
| 7 |
huggingface_hub>=0.34.0
|
|
|
|
| 4 |
scikit-learn==1.6.1
|
| 5 |
xgboost==2.1.4
|
| 6 |
joblib==1.4.2
|
| 7 |
+
dill==0.3.8
|
| 8 |
huggingface_hub>=0.34.0
|