mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
python311Packages.bentoml: 1.1.6 -> 1.1.7
Diff: https://github.com/bentoml/BentoML/compare/refs/tags/v1.1.6...v1.1.7 Changelog: https://github.com/bentoml/BentoML/releases/tag/v1.1.7
This commit is contained in:
parent
437e11619f
commit
b3d95c4c3b
@ -12,6 +12,7 @@
|
||||
, cloudpickle
|
||||
, deepmerge
|
||||
, fs
|
||||
, httpx
|
||||
, inflection
|
||||
, jinja2
|
||||
, numpy
|
||||
@ -68,7 +69,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "1.1.6";
|
||||
version = "1.1.7";
|
||||
aws = [ fs-s3fs ];
|
||||
grpc = [
|
||||
grpcio
|
||||
@ -104,9 +105,15 @@ buildPythonPackage {
|
||||
owner = "bentoml";
|
||||
repo = "BentoML";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-SDahF4oAewWzCofErgYJDId/TBv74gLCxYT/jKEAgpU=";
|
||||
hash = "sha256-xuUfdVa0d4TzJqPBNJvUikIPsjSgn+VdhdZidHMnAxA=";
|
||||
};
|
||||
|
||||
# https://github.com/bentoml/BentoML/pull/4227 should fix this test
|
||||
postPatch = ''
|
||||
substituteInPlace tests/unit/_internal/utils/test_analytics.py \
|
||||
--replace "requests" "httpx"
|
||||
'';
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"opentelemetry-semantic-conventions"
|
||||
];
|
||||
@ -126,6 +133,7 @@ buildPythonPackage {
|
||||
cloudpickle
|
||||
deepmerge
|
||||
fs
|
||||
httpx
|
||||
inflection
|
||||
jinja2
|
||||
numpy
|
||||
|
Loading…
Reference in New Issue
Block a user