Unverified Commit 235c55e7 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #300503 from bcdarwin/deadnix-python-packages

python311Packages.{batchgenerators,evaluate,monai-deploy,ome-zarr,pillow-jpls,templateflow,tensorly}: remove unused inputs
parents 417cfa30 60b90af1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
, future
, numpy
, pillow
, fetchpatch
, scipy
, scikit-learn
, scikit-image
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
, fetchFromGitHub
, pythonOlder
, pythonRelaxDepsHook
, pytestCheckHook
, cookiecutter
, datasets
, dill
+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; {
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, fetchpatch
, pytestCheckHook
, aiohttp
, dask
+0 −2
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, fetchPypi
, fetchpatch
, pythonOlder
, pytestCheckHook
, cmake
Loading