mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
i-pi: add missing, non-declared scipy dependency for the socket driver
This commit is contained in:
parent
960b838a5f
commit
0ef59ee4e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user