From a92c533930d69169d7184ad1f462eb01db1e8976 Mon Sep 17 00:00:00 2001 From: Ewe Zi Yi <36802364+deadlycoconuts@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:42:37 +0800 Subject: [PATCH] chore(batch-predictor,pyfunc-server): Bump up merlin-sdk versions in batch predictor and pyfunc server (#597) # Description This PR pins the `merlin-sdk` versions of the batch predictor and pyfunc server to the latest version available. (This is a temporary fix before we modify the CICD workflow to publish new batch predictors and pyfunc servers that are pinned to the latest `merlin-sdk` versions.) # Modifications - Pin `merlin-sdk` versions of the batch predictor and pyfunc server to `==0.44.0` # Tests # Checklist - [x] Added PR label - [ ] Added unit test, integration, and/or e2e tests - [ ] Tested locally - [ ] Updated documentation - [ ] Update Swagger spec if the PR introduce API changes - [ ] Regenerated Golang and Python client if the PR introduces API changes # Release Notes ```release-note NONE ``` --- python/batch-predictor/requirements.txt | 2 +- python/pyfunc-server/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/batch-predictor/requirements.txt b/python/batch-predictor/requirements.txt index 3847e918d..1a839e89f 100644 --- a/python/batch-predictor/requirements.txt +++ b/python/batch-predictor/requirements.txt @@ -1,6 +1,6 @@ cloudpickle==2.0.0 findspark==2.0.1 -merlin-sdk<0.43.0 +merlin-sdk==0.44.0 mlflow==1.26.1 pyarrow>=0.14.1,<11.0.0 pyspark==3.0.1 diff --git a/python/pyfunc-server/requirements.txt b/python/pyfunc-server/requirements.txt index 4f6c847e6..93f841942 100644 --- a/python/pyfunc-server/requirements.txt +++ b/python/pyfunc-server/requirements.txt @@ -4,7 +4,7 @@ cloudpickle==2.0.0 confluent-kafka==2.3.0 grpcio-health-checking grpcio-reflection -merlin-sdk<0.43.0 +merlin-sdk==0.44.0 numpy>=1.8.2 orjson>=2.6.8 prometheus-client