Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrading to python 3.8 #4910

Merged
Merged
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 servers/sklearnserver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
s2i build \
-E environment \
./sklearnserver \
seldonio/seldon-core-s2i-python37-ubi8:${VERSION} \
seldonio/seldon-core-s2i-python38-ubi8:${VERSION} \
${IMAGE_NAME}:${VERSION}

push:
Expand Down
2 changes: 1 addition & 1 deletion servers/sklearnserver/sklearnserver/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
seldon_core
scikit-learn == 0.24.2
numpy >= 1.8.2
joblib >= 1.2.0
joblib >= 1.2.0
2 changes: 1 addition & 1 deletion servers/tfserving_proxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
s2i build \
-E environment \
. \
seldonio/seldon-core-s2i-python37-ubi8:${VERSION} \
seldonio/seldon-core-s2i-python38-ubi8:${VERSION} \
${IMAGE_NAME}:${VERSION}

push:
Expand Down
2 changes: 1 addition & 1 deletion servers/xgboostserver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
s2i build \
-E environment \
./xgboostserver \
seldonio/seldon-core-s2i-python37-ubi8:${VERSION} \
seldonio/seldon-core-s2i-python38-ubi8:${VERSION} \
${IMAGE_NAME}:${VERSION}

push:
Expand Down
2 changes: 1 addition & 1 deletion servers/xgboostserver/xgboostserver/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
scikit-learn == 0.20.3
scikit-learn == 1.0.2
numpy >= 1.8.2
xgboost == 1.4.2