From 115a3823bf429c507caaefe40c86e958ba37db87 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 20 Jul 2024 14:18:15 +0200 Subject: [PATCH] Some more python libs --- modules/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/home.nix b/modules/home.nix index 0b72d57..0650036 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -12,15 +12,18 @@ (python3.withPackages (python-packages: with python-packages; [ graphviz + html2text hypothesis matplotlib numpy + openpyxl pandas pygments python-lsp-server - scipy scikit-learn + scipy xlsxwriter + yattag z3 ])) (haskell.packages.ghc96.ghcWithPackages