Vignesh-vigu commited on
Commit
8e96c0e
·
verified ·
1 Parent(s): b7f5325

Fix: add dill dependency for model deserialization

Browse files
Files changed (1) hide show
  1. 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