forked from M-Labs/nix-scripts
conda: add numpy dependency to sipyco
This commit is contained in:
parent
dc8df8660a
commit
40311dc33d
|
@ -69,6 +69,7 @@ let
|
||||||
name = "sipyco";
|
name = "sipyco";
|
||||||
inherit (pythonDeps.sipyco) version src;
|
inherit (pythonDeps.sipyco) version src;
|
||||||
};
|
};
|
||||||
|
dependencies = ["numpy"];
|
||||||
};
|
};
|
||||||
conda-quamash = import ./conda/build.nix { inherit pkgs; } {
|
conda-quamash = import ./conda/build.nix { inherit pkgs; } {
|
||||||
name = "conda-quamash";
|
name = "conda-quamash";
|
||||||
|
|
Loading…
Reference in New Issue