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; [
|
environment.systemPackages = with pkgs; [
|
||||||
clang
|
clang
|
||||||
nodejs
|
nodejs
|
||||||
python3
|
|
||||||
|
(python39.withPackages (pyPkgs: with pyPkgs; [ numpy ]))
|
||||||
|
|
||||||
libcxx
|
libcxx
|
||||||
git
|
git
|
||||||
gdb
|
gdb
|
||||||
|
|
Loading…
Reference in a new issue