From 7e9fa56722976ba997150007c1b2d92a2d46f13a Mon Sep 17 00:00:00 2001 From: ewezy Date: Wed, 16 Oct 2024 17:56:34 +0800 Subject: [PATCH] Test removing SDK requirement --- python/batch-predictor/requirements.txt | 3 +-- python/pyfunc-server/requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/python/batch-predictor/requirements.txt b/python/batch-predictor/requirements.txt index 58002ee97..9a52ee8bc 100644 --- a/python/batch-predictor/requirements.txt +++ b/python/batch-predictor/requirements.txt @@ -3,5 +3,4 @@ findspark==2.0.1 mlflow==2.16.2 pyarrow>=0.14.1,<=17.0.0 pyspark==3.0.1 -setuptools<75 -file:../sdk \ No newline at end of file +setuptools<75 \ No newline at end of file diff --git a/python/pyfunc-server/requirements.txt b/python/pyfunc-server/requirements.txt index 5679a0f28..290438376 100644 --- a/python/pyfunc-server/requirements.txt +++ b/python/pyfunc-server/requirements.txt @@ -9,5 +9,4 @@ orjson>=2.6.8 prometheus-client setuptools<75 tornado -uvloop -file:../sdk \ No newline at end of file +uvloop \ No newline at end of file