Merge pull request #325423 from kirillrdy/kserve
python3Packages.kserve: fix build relax psutil
This commit is contained in:
commit
e2df918d9b
@ -55,7 +55,6 @@ buildPythonPackage rec {
|
||||
poetry-core
|
||||
];
|
||||
|
||||
|
||||
dependencies = [
|
||||
async-timeout
|
||||
cloudevents
|
||||
@ -84,6 +83,7 @@ buildPythonPackage rec {
|
||||
"protobuf"
|
||||
"ray"
|
||||
"uvicorn"
|
||||
"psutil"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "kserve" ];
|
||||
|
Loading…
Reference in New Issue
Block a user