From c4ee05df25a4a93e42e20c7702b4c4add480754f Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Sun, 31 Mar 2024 12:06:04 -0400 Subject: [PATCH] python311Packages.monai-deploy: remove unused inputs --- pkgs/development/python-modules/monai-deploy/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/monai-deploy/default.nix b/pkgs/development/python-modules/monai-deploy/default.nix index 3f200cb59fc5..6e88c4b3a8df 100644 --- a/pkgs/development/python-modules/monai-deploy/default.nix +++ b/pkgs/development/python-modules/monai-deploy/default.nix @@ -4,7 +4,6 @@ , fetchFromGitHub , networkx , numpy -, pydicom , pytest-lazy-fixture , pytestCheckHook , pythonOlder @@ -61,7 +60,7 @@ buildPythonPackage rec { "monai.deploy.core" # "monai.deploy.operators" should be imported as well but # requires some "optional" dependencies - # like highdicom (which is not packaged yet) and pydicom + # like highdicom and pydicom ]; meta = with lib; {