use numpy for base image creation
This commit is contained in:
parent
138d663cfc
commit
2a25d8561f
2 changed files with 13 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue