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
1 changed files with 1 additions and 2 deletions

View File

@ -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; {