Loading pkgs/development/python-modules/i-pi/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ makeWrapper, setuptools, numpy, scipy, distutils, pytestCheckHook, mock, Loading @@ -32,7 +33,10 @@ buildPythonPackage rec { makeWrapper ]; dependencies = [ numpy ]; dependencies = [ numpy scipy ]; nativeCheckInputs = [ pytestCheckHook Loading Loading
pkgs/development/python-modules/i-pi/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ makeWrapper, setuptools, numpy, scipy, distutils, pytestCheckHook, mock, Loading @@ -32,7 +33,10 @@ buildPythonPackage rec { makeWrapper ]; dependencies = [ numpy ]; dependencies = [ numpy scipy ]; nativeCheckInputs = [ pytestCheckHook Loading