about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bentoml
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-11-13 16:42:58 +0100
committerhappysalada <raphael@megzari.com>2023-11-13 16:42:58 +0100
commit0cf0e6713406eb083fb673acacb7c5751e600bd6 (patch)
tree3605c75bd5309a0c09777c9aaabc5dd46062d32f /pkgs/development/python-modules/bentoml
parent593869a360b4383ab11176b026d9842f0351d926 (diff)
python311Packages.bentoml: 1.1.7 -> 1.1.9
Diffstat (limited to 'pkgs/development/python-modules/bentoml')
-rw-r--r--pkgs/development/python-modules/bentoml/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/bentoml/default.nix b/pkgs/development/python-modules/bentoml/default.nix
index a5bf6608fe061..5d435d94882c7 100644
--- a/pkgs/development/python-modules/bentoml/default.nix
+++ b/pkgs/development/python-modules/bentoml/default.nix
@@ -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