Add numpy dependency

This commit is contained in:
2021-04-15 23:28:57 +02:00
parent 1f2fde1abf
commit 5812d470a9

View File

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