python311Packages.monai-deploy: remove unused inputs

This commit is contained in:
Ben Darwin 2024-03-31 12:06:04 -04:00
parent 707fdaa869
commit c4ee05df25

View File

@ -4,7 +4,6 @@
, fetchFromGitHub , fetchFromGitHub
, networkx , networkx
, numpy , numpy
, pydicom
, pytest-lazy-fixture , pytest-lazy-fixture
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
@ -61,7 +60,7 @@ buildPythonPackage rec {
"monai.deploy.core" "monai.deploy.core"
# "monai.deploy.operators" should be imported as well but # "monai.deploy.operators" should be imported as well but
# requires some "optional" dependencies # requires some "optional" dependencies
# like highdicom (which is not packaged yet) and pydicom # like highdicom and pydicom
]; ];
meta = with lib; { meta = with lib; {