Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Bump joblib from 0.13.2 to 1.2.0 in /models/news_classifier #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion models/news_classifier/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
scikit-learn==0.20.1
pytest==5.1.1
joblib==0.13.2
joblib==1.2.0
2 changes: 1 addition & 1 deletion models/news_classifier/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down