From 98bb286c3515aafe45d7200b5d2c64c6507e4f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 27 Apr 2026 08:38:27 -0700 Subject: [PATCH] python3Packages.bentoml: remove uv from dependencies Upstream did so in https://github.com/bentoml/BentoML/pull/5238. --- pkgs/development/python-modules/bentoml/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/bentoml/default.nix b/pkgs/development/python-modules/bentoml/default.nix index 797cfd2ebe49..99703c943757 100644 --- a/pkgs/development/python-modules/bentoml/default.nix +++ b/pkgs/development/python-modules/bentoml/default.nix @@ -63,7 +63,6 @@ starlette, tomli-w, tritonclient, - uv, uvicorn, watchfiles, # native check inputs @@ -202,7 +201,6 @@ buildPythonPackage { simple-di starlette tomli-w - uv uvicorn watchfiles ];