Skip to content

Commit

Permalink
upgrading to python 3.8 (#4910)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhinav Singh <abhinav.singh@Abhinavs-MacBook-Pro.local>
Co-authored-by: Adrian Gonzalez-Martin <agm@seldon.io>
  • Loading branch information
3 people authored Jul 8, 2023
1 parent 978f4c2 commit e847d4e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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

0 comments on commit e847d4e

Please sign in to comment.