From 33161c88ba243a8ccdb1c0e08769a77450cd2d26 Mon Sep 17 00:00:00 2001 From: derped Date: Sat, 16 Nov 2024 11:01:57 +0100 Subject: [PATCH] Add scipy to python packages. --- pkgsets/python3.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgsets/python3.nix b/pkgsets/python3.nix index 6cebbf9..e7b0f9c 100644 --- a/pkgsets/python3.nix +++ b/pkgsets/python3.nix @@ -13,10 +13,11 @@ with lib; { genanki matplotlib mypy - numpy mysqlclient + numpy pandas pillow + scipy virtualenv ]; }