diff options
Diffstat (limited to 'pkgs/development/python-modules/hyppo/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/hyppo/default.nix | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/pkgs/development/python-modules/hyppo/default.nix b/pkgs/development/python-modules/hyppo/default.nix index 8b2d73f68c5a..896bbe640cc0 100644 --- a/pkgs/development/python-modules/hyppo/default.nix +++ b/pkgs/development/python-modules/hyppo/default.nix @@ -1,15 +1,16 @@ -{ lib -, buildPythonPackage -, pythonOlder -, fetchFromGitHub -, pytestCheckHook -, autograd -, numba -, numpy -, scikit-learn -, scipy -, matplotlib -, seaborn +{ + lib, + buildPythonPackage, + pythonOlder, + fetchFromGitHub, + pytestCheckHook, + autograd, + numba, + numpy, + scikit-learn, + scipy, + matplotlib, + seaborn, }: buildPythonPackage rec { @@ -34,7 +35,11 @@ buildPythonPackage rec { scipy ]; - nativeCheckInputs = [ pytestCheckHook matplotlib seaborn ]; + nativeCheckInputs = [ + pytestCheckHook + matplotlib + seaborn + ]; disabledTestPaths = [ "docs" "benchmarks" |
