Add numpy dependency
This commit is contained in:
parent
1f2fde1abf
commit
5812d470a9
@ -2,4 +2,6 @@
|
||||
|
||||
with pkgs;
|
||||
|
||||
mkShell { buildInputs = [ python39 python39Packages.pandas ]; }
|
||||
mkShell {
|
||||
buildInputs = [ python39 python39Packages.numpy python39Packages.pandas ];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user