Merge pull request #325423 from kirillrdy/kserve

python3Packages.kserve: fix build relax psutil
This commit is contained in:
Weijia Wang
2024-07-15 14:36:35 +02:00
committed by GitHub
@@ -55,7 +55,6 @@ buildPythonPackage rec {
poetry-core
];
dependencies = [
async-timeout
cloudevents
@@ -84,6 +83,7 @@ buildPythonPackage rec {
"protobuf"
"ray"
"uvicorn"
"psutil"
];
pythonImportsCheck = [ "kserve" ];