diff --git a/docs/examples/python-custom-runtime/custom-model/requirements.txt b/docs/examples/python-custom-runtime/custom-model/requirements.txt index 406ae395..7fdd0ce0 100644 --- a/docs/examples/python-custom-runtime/custom-model/requirements.txt +++ b/docs/examples/python-custom-runtime/custom-model/requirements.txt @@ -1,3 +1,3 @@ mlserver==1.3.2 -scikit-learn==0.24.2 -joblib==1.0.1 +scikit-learn==1.4.0 +joblib==1.3.2