Commit c4ee05df authored by Ben Darwin's avatar Ben Darwin
Browse files

python311Packages.monai-deploy: remove unused inputs

parent 707fdaa8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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; {