python3Packages.bentoml: 1.1.11 -> 1.2.5
https://github.com/bentoml/BentoML/releases/tag/v1.2.5
This commit is contained in:
parent
c3698af409
commit
a7124a9e13
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "1.1.11";
|
||||
version = "1.2.5";
|
||||
aws = [ fs-s3fs ];
|
||||
grpc = [
|
||||
grpcio
|
||||
|
@ -105,7 +105,7 @@ buildPythonPackage {
|
|||
owner = "bentoml";
|
||||
repo = "BentoML";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-2EjltGfmLalgPD9XNYYduYGzqbumqoglVVL+AbRzMJE=";
|
||||
hash = "sha256-GBKxyjCs02mxYiMK4GhgFUATRCUSVf8mFbWjuPVD7SU=";
|
||||
};
|
||||
|
||||
# https://github.com/bentoml/BentoML/pull/4227 should fix this test
|
||||
|
|
Loading…
Reference in a new issue