diff options
Diffstat (limited to 'pkgs/development/python-modules/lime/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/lime/default.nix | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/pkgs/development/python-modules/lime/default.nix b/pkgs/development/python-modules/lime/default.nix index a3296f09c52c..39055c341f6f 100644 --- a/pkgs/development/python-modules/lime/default.nix +++ b/pkgs/development/python-modules/lime/default.nix @@ -1,16 +1,17 @@ -{ lib -, fetchPypi -, buildPythonPackage +{ + lib, + fetchPypi, + buildPythonPackage, -, matplotlib -, numpy -, scipy -, tqdm -, scikit-learn -, scikit-image + matplotlib, + numpy, + scipy, + tqdm, + scikit-learn, + scikit-image, -, pytestCheckHook -, pythonOlder + pytestCheckHook, + pythonOlder, }: buildPythonPackage rec { @@ -25,7 +26,7 @@ buildPythonPackage rec { hash = "sha256-dpYOTwVf61Pom1AiODuvyHtj8lusYmWYSwozPRpX94E="; }; - propagatedBuildInputs = [ + propagatedBuildInputs = [ matplotlib numpy scipy @@ -34,9 +35,7 @@ buildPythonPackage rec { scikit-image ]; - nativeCheckInputs = [ - pytestCheckHook - ]; + nativeCheckInputs = [ pytestCheckHook ]; disabledTestPaths = [ # touches network |
