use numpy for base image creation

This commit is contained in:
Denis Lehmann 2021-11-22 15:03:14 +01:00
parent 138d663cfc
commit 2a25d8561f
2 changed files with 13 additions and 29 deletions

View file

@ -21,6 +21,7 @@
src = self;
propagatedBuildInputs = with pkgs; [
python3Packages.colour
python3Packages.numpy
python3Packages.pillow
];
};
@ -38,6 +39,7 @@
buildInputs = with pkgs; [
python3
python3Packages.colour
python3Packages.numpy
python3Packages.pillow
python3Packages.pip
python3Packages.setuptools