Add numpy to python
This commit is contained in:
parent
8910cacc2a
commit
05d60b0ef7
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
clang
|
||||
nodejs
|
||||
python3
|
||||
|
||||
(python39.withPackages (pyPkgs: with pyPkgs; [ numpy ]))
|
||||
|
||||
libcxx
|
||||
git
|
||||
gdb
|
||||
|
|
Loading…
Reference in a new issue