From 8690f5145c5fd0af59e3f41714075bf205daa9f5 Mon Sep 17 00:00:00 2001 From: ewezy Date: Thu, 14 Nov 2024 17:29:19 +0800 Subject: [PATCH] Add temporary comments to indicate sdk versions to be updated --- 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 92077f271..48b284e4a 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.44.0 +merlin-sdk==0.44.0 # TO BE UPDATED mlflow==2.17.2 pyarrow>=0.14.1,<=17.0.0 pyspark==3.0.1 diff --git a/python/pyfunc-server/requirements.txt b/python/pyfunc-server/requirements.txt index d1af983ec..ef271c899 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.44.0 +merlin-sdk==0.44.0 # TO BE UPDATED numpy>=1.8.2 orjson>=2.6.8 prometheus-client