mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
Merge pull request #267169 from happysalada/update_bentoml
python311Packages.bentoml: 1.1.7 -> 1.1.9
This commit is contained in:
commit
1969ef274f
|
@ -29,7 +29,7 @@
|
|||
, pip-tools
|
||||
, prometheus-client
|
||||
, psutil
|
||||
, pynvml
|
||||
, nvidia-ml-py
|
||||
, python-dateutil
|
||||
, python-json-logger
|
||||
, python-multipart
|
||||
|
@ -69,7 +69,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "1.1.7";
|
||||
version = "1.1.9";
|
||||
aws = [ fs-s3fs ];
|
||||
grpc = [
|
||||
grpcio
|
||||
|
@ -105,7 +105,7 @@ buildPythonPackage {
|
|||
owner = "bentoml";
|
||||
repo = "BentoML";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-xuUfdVa0d4TzJqPBNJvUikIPsjSgn+VdhdZidHMnAxA=";
|
||||
hash = "sha256-+5enRlk05IGdsNY6KIzYgh7vGRua0duI57o/AIevcdM=";
|
||||
};
|
||||
|
||||
# https://github.com/bentoml/BentoML/pull/4227 should fix this test
|
||||
|
@ -150,7 +150,7 @@ buildPythonPackage {
|
|||
pip-tools
|
||||
prometheus-client
|
||||
psutil
|
||||
pynvml
|
||||
nvidia-ml-py
|
||||
python-dateutil
|
||||
python-json-logger
|
||||
python-multipart
|
||||
|
|
Loading…
Reference in a new issue