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 , future
, numpy , numpy
, pillow , pillow
, fetchpatch
, scipy , scipy
, scikit-learn , scikit-learn
, scikit-image , scikit-image

View File

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

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

View File

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

View File

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

View File

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

View File

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

View File

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