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
commit e2df918d9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,6 @@ buildPythonPackage rec {
poetry-core
];
dependencies = [
async-timeout
cloudevents
@ -84,6 +83,7 @@ buildPythonPackage rec {
"protobuf"
"ray"
"uvicorn"
"psutil"
];
pythonImportsCheck = [ "kserve" ];