From f5b3a35d8fc4ef1f0156c7674f34ec315bbecbb7 Mon Sep 17 00:00:00 2001 From: ewezy Date: Wed, 16 Oct 2024 18:02:11 +0800 Subject: [PATCH] Add git directory for sdk installation --- python/batch-predictor/requirements.txt | 3 ++- python/pyfunc-server/requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/python/batch-predictor/requirements.txt b/python/batch-predictor/requirements.txt index 9a52ee8bc..37d62149a 100644 --- a/python/batch-predictor/requirements.txt +++ b/python/batch-predictor/requirements.txt @@ -3,4 +3,5 @@ findspark==2.0.1 mlflow==2.16.2 pyarrow>=0.14.1,<=17.0.0 pyspark==3.0.1 -setuptools<75 \ No newline at end of file +setuptools<75 +git+https://github.com/caraml-dev/merlin.git@upgrade_mlflow_version#subdirectory=python/sdk \ No newline at end of file diff --git a/python/pyfunc-server/requirements.txt b/python/pyfunc-server/requirements.txt index 290438376..6c4bea249 100644 --- a/python/pyfunc-server/requirements.txt +++ b/python/pyfunc-server/requirements.txt @@ -9,4 +9,5 @@ orjson>=2.6.8 prometheus-client setuptools<75 tornado -uvloop \ No newline at end of file +uvloop +git+https://github.com/caraml-dev/merlin.git@upgrade_mlflow_version#subdirectory=python/sdk \ No newline at end of file