python3Packages.kserve: 0.18.0 -> 0.19.0
Diff: https://github.com/kserve/kserve/compare/v0.18.0...v0.19.0 Changelog: https://github.com/kserve/kserve/releases/tag/v0.19.0
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
prometheus-client,
|
||||
protobuf,
|
||||
psutil,
|
||||
pyasn1,
|
||||
pydantic,
|
||||
python-dateutil,
|
||||
python-multipart,
|
||||
@@ -59,7 +60,7 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "kserve";
|
||||
version = "0.18.0";
|
||||
version = "0.19.0";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
@@ -67,7 +68,7 @@ buildPythonPackage (finalAttrs: {
|
||||
owner = "kserve";
|
||||
repo = "kserve";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-qmv6DzYA/c/uGS4LNTdn3PnzhtLrhprF6r9ccngsUTU=";
|
||||
hash = "sha256-i8eFdXwNLPTdEj2MnNAMbefxQGkMLHNwZXxg8+zv6v0=";
|
||||
};
|
||||
|
||||
sourceRoot = "${finalAttrs.src.name}/python/kserve";
|
||||
@@ -106,6 +107,7 @@ buildPythonPackage (finalAttrs: {
|
||||
prometheus-client
|
||||
protobuf
|
||||
psutil
|
||||
pyasn1
|
||||
pydantic
|
||||
python-dateutil
|
||||
python-multipart
|
||||
|
||||
Reference in New Issue
Block a user