lol

Merge pull request #267169 from happysalada/update_bentoml

python311Packages.bentoml: 1.1.7 -> 1.1.9

authored by

OTABI Tomoya and committed by
GitHub
1969ef27 bb142a68

+4 -4
+4 -4
pkgs/development/python-modules/bentoml/default.nix
··· 29 29 , pip-tools 30 30 , prometheus-client 31 31 , psutil 32 - , pynvml 32 + , nvidia-ml-py 33 33 , python-dateutil 34 34 , python-json-logger 35 35 , python-multipart ··· 69 69 }: 70 70 71 71 let 72 - version = "1.1.7"; 72 + version = "1.1.9"; 73 73 aws = [ fs-s3fs ]; 74 74 grpc = [ 75 75 grpcio ··· 105 105 owner = "bentoml"; 106 106 repo = "BentoML"; 107 107 rev = "refs/tags/v${version}"; 108 - hash = "sha256-xuUfdVa0d4TzJqPBNJvUikIPsjSgn+VdhdZidHMnAxA="; 108 + hash = "sha256-+5enRlk05IGdsNY6KIzYgh7vGRua0duI57o/AIevcdM="; 109 109 }; 110 110 111 111 # https://github.com/bentoml/BentoML/pull/4227 should fix this test ··· 150 150 pip-tools 151 151 prometheus-client 152 152 psutil 153 - pynvml 153 + nvidia-ml-py 154 154 python-dateutil 155 155 python-json-logger 156 156 python-multipart