conda: add numpy dependency to sipyco

pull/30/head
Sebastien Bourdeauducq 2020-06-16 17:33:08 +08:00
parent dc8df8660a
commit 40311dc33d
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ let
name = "sipyco";
inherit (pythonDeps.sipyco) version src;
};
dependencies = ["numpy"];
};
conda-quamash = import ./conda/build.nix { inherit pkgs; } {
name = "conda-quamash";