Add numpy dependency

This commit is contained in:
coolneng 2021-04-15 23:28:57 +02:00
parent 1f2fde1abf
commit 5812d470a9
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@
with pkgs; with pkgs;
mkShell { buildInputs = [ python39 python39Packages.pandas ]; } mkShell {
buildInputs = [ python39 python39Packages.numpy python39Packages.pandas ];
}