flake: add more python deps

This commit is contained in:
leo 2023-02-25 15:31:17 +01:00
parent 60272cd58b
commit f6ac8cb9fe
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

View File

@ -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