diff --git a/examples/cicd/sig-mlops-jenkins-classic/models/news_classifier/src/requirements.txt b/examples/cicd/sig-mlops-jenkins-classic/models/news_classifier/src/requirements.txt index cb4078462..fa48e31a7 100644 --- a/examples/cicd/sig-mlops-jenkins-classic/models/news_classifier/src/requirements.txt +++ b/examples/cicd/sig-mlops-jenkins-classic/models/news_classifier/src/requirements.txt @@ -3,7 +3,7 @@ # For SKLearn you need a pickle and the following: scikit-learn==0.20.3 # See https://docs.seldon.io/projects/seldon-core/en/latest/servers/sklearn.html -joblib==0.13.2 +joblib==1.2.0 # For XGBoost you need v 0.82 and an xgboost export (not a pickle) #xgboost==0.82