python310Packages.bentoml: 1.1.0 -> 1.1.1
Diff: https://github.com/bentoml/BentoML/compare/v1.1.0...v1.1.1 Changelog: https://github.com/bentoml/BentoML/releases/tag/v1.1.1
This commit is contained in:
parent
d85f641287
commit
3274c4938d
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.1.0";
|
version = "1.1.1";
|
||||||
aws = [ fs-s3fs ];
|
aws = [ fs-s3fs ];
|
||||||
grpc = [
|
grpc = [
|
||||||
grpcio
|
grpcio
|
||||||
|
@ -103,7 +103,7 @@ buildPythonPackage {
|
||||||
owner = "bentoml";
|
owner = "bentoml";
|
||||||
repo = "BentoML";
|
repo = "BentoML";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ZhgBw/zBazfVNPvcfAlHEGvc9hzVm7aKLXmwwvMmF0A=";
|
hash = "sha256-V5lquPZT7XBnRdPIEfgbxIBHX+i4N081SYQVK0CkSo8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
|
Loading…
Reference in a new issue