mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
python310Packages.bentoml: 1.1.1 -> 1.1.3
Diff: https://github.com/bentoml/BentoML/compare/v1.1.1...v1.1.3 Changelog: https://github.com/bentoml/BentoML/releases/tag/v1.1.3
This commit is contained in:
parent
6cbba87da1
commit
d4c3be990d
@ -12,6 +12,7 @@
|
||||
, cloudpickle
|
||||
, deepmerge
|
||||
, fs
|
||||
, inflection
|
||||
, jinja2
|
||||
, numpy
|
||||
, opentelemetry-api
|
||||
@ -67,7 +68,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "1.1.1";
|
||||
version = "1.1.3";
|
||||
aws = [ fs-s3fs ];
|
||||
grpc = [
|
||||
grpcio
|
||||
@ -103,7 +104,7 @@ buildPythonPackage {
|
||||
owner = "bentoml";
|
||||
repo = "BentoML";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-V5lquPZT7XBnRdPIEfgbxIBHX+i4N081SYQVK0CkSo8=";
|
||||
hash = "sha256-RJDFjFxTO7UhGZQB8flXug0xCpFdJqLlCZUu0O5W1YE=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@ -125,6 +126,7 @@ buildPythonPackage {
|
||||
cloudpickle
|
||||
deepmerge
|
||||
fs
|
||||
inflection
|
||||
jinja2
|
||||
numpy
|
||||
opentelemetry-api
|
||||
|
Loading…
Reference in New Issue
Block a user