diff --git a/pkgs/development/python-modules/i-pi/default.nix b/pkgs/development/python-modules/i-pi/default.nix index 8f62f52f6536..2ad38a1ea4ac 100644 --- a/pkgs/development/python-modules/i-pi/default.nix +++ b/pkgs/development/python-modules/i-pi/default.nix @@ -6,6 +6,7 @@ makeWrapper, setuptools, numpy, + scipy, distutils, pytestCheckHook, mock, @@ -32,7 +33,10 @@ buildPythonPackage rec { makeWrapper ]; - dependencies = [ numpy ]; + dependencies = [ + numpy + scipy + ]; nativeCheckInputs = [ pytestCheckHook