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

python311Packages.{batchgenerators,evaluate,monai-deploy,ome-zarr,pillow-jpls,templateflow,tensorly}: remove unused inputs
This commit is contained in:
Mario Rodas 2024-04-16 23:03:51 -05:00 committed by GitHub
commit 235c55e7ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 2 additions and 11 deletions

View File

@ -6,7 +6,6 @@
, future
, numpy
, pillow
, fetchpatch
, scipy
, scikit-learn
, scikit-image

View File

@ -3,7 +3,6 @@
, fetchFromGitHub
, pythonOlder
, pythonRelaxDepsHook
, pytestCheckHook
, cookiecutter
, datasets
, dill

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

View File

@ -2,7 +2,6 @@
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, fetchpatch
, pytestCheckHook
, aiohttp
, dask

View File

@ -1,8 +1,6 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, fetchPypi
, fetchpatch
, pythonOlder
, pytestCheckHook
, cmake

View File

@ -2,7 +2,6 @@
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, pytestCheckHook
, pythonRelaxDepsHook
, poetry-core
, httpx

View File

@ -2,7 +2,6 @@
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, pytestCheckHook
, setuptools-scm
, nipreps-versions
, pybids

View File

@ -1,5 +1,4 @@
{ stdenv
, lib
{ lib
, buildPythonPackage
, fetchFromGitHub
, numpy