Skip to content

Commit

Permalink
fixup! python3Packages.bentoml: 1.3.7 -> 1.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jan 19, 2025
1 parent 7b8e220 commit b8afa90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/python-modules/bentoml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,18 +118,18 @@ let
tritonclient.optional-dependencies.http ++ tritonclient.optional-dependencies.grpc
);
};
in
buildPythonPackage {
pname = "bentoml";
inherit version;
pyproject = true;

src = fetchFromGitHub {
owner = "bentoml";
repo = "BentoML";
tag = "v${version}";
hash = "sha256-zc/JvnEEoV21EbBHhLBWvilidXHx1pxYsBYISFg16Us=";
};
in
buildPythonPackage {
pname = "bentoml";
inherit version src;
pyproject = true;

pythonRelaxDeps = [
"cattrs"
Expand Down

0 comments on commit b8afa90

Please sign in to comment.