flake: add more python deps
This commit is contained in:
parent
60272cd58b
commit
f6ac8cb9fe
@ -66,6 +66,13 @@
|
||||
buildInputs = [
|
||||
go_1_19
|
||||
gcc
|
||||
|
||||
python3Packages.numpy
|
||||
python3Packages.pandas
|
||||
python3Packages.matplotlib
|
||||
python3Packages.scipy
|
||||
python3Packages.pybindgen
|
||||
libxcrypt
|
||||
];
|
||||
nativeBuildInputs = [pkgconfig];
|
||||
|
||||
@ -196,7 +203,9 @@
|
||||
python3Packages.pandas
|
||||
python3Packages.matplotlib
|
||||
python3Packages.scipy
|
||||
python3Packages.pybindgen
|
||||
poetry
|
||||
libxcrypt
|
||||
|
||||
go_1_19
|
||||
go-tools
|
||||
|
Loading…
Reference in New Issue
Block a user