mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
python3Packages.bentoml: 1.3.3 -> 1.3.7
https://github.com/bentoml/BentoML/releases/tag/v1.3.7
This commit is contained in:
parent
75f3ee8709
commit
9808342259
@ -74,7 +74,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.3.3";
|
version = "1.3.7";
|
||||||
aws = [ fs-s3fs ];
|
aws = [ fs-s3fs ];
|
||||||
grpc = [
|
grpc = [
|
||||||
grpcio
|
grpcio
|
||||||
@ -128,7 +128,7 @@ buildPythonPackage {
|
|||||||
owner = "bentoml";
|
owner = "bentoml";
|
||||||
repo = "BentoML";
|
repo = "BentoML";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-PjmXPSPukLJ+iCpBdUynhcWCfFqplmdsgj0LYpodE/c=";
|
hash = "sha256-98SVW7f/Yn+NMfS6UIicQcoatMSm4XSJzbuJ0S/p3sg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
Loading…
Reference in New Issue
Block a user