diff options
Diffstat (limited to 'pkgs/development/python-modules/niworkflows/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/niworkflows/default.nix | 55 |
1 files changed, 28 insertions, 27 deletions
diff --git a/pkgs/development/python-modules/niworkflows/default.nix b/pkgs/development/python-modules/niworkflows/default.nix index 1616cfff4637..28e6cffca08b 100644 --- a/pkgs/development/python-modules/niworkflows/default.nix +++ b/pkgs/development/python-modules/niworkflows/default.nix @@ -1,30 +1,31 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, hatch-vcs -, hatchling -, pytestCheckHook -, attrs -, importlib-resources -, jinja2 -, looseversion -, matplotlib -, nibabel -, nilearn -, nipype -, nitransforms -, numpy -, packaging -, pandas -, pybids -, pyyaml -, scikit-image -, scipy -, seaborn -, svgutils -, templateflow -, traits -, transforms3d +{ + lib, + buildPythonPackage, + fetchFromGitHub, + hatch-vcs, + hatchling, + pytestCheckHook, + attrs, + importlib-resources, + jinja2, + looseversion, + matplotlib, + nibabel, + nilearn, + nipype, + nitransforms, + numpy, + packaging, + pandas, + pybids, + pyyaml, + scikit-image, + scipy, + seaborn, + svgutils, + templateflow, + traits, + transforms3d, }: buildPythonPackage rec { |
