python3-repl: enable numpy/scipy

This commit is contained in:
2025-01-01 00:55:17 +00:00
parent 6b0a78bee0
commit c47f4179a0

View File

@@ -1011,9 +1011,11 @@ in
python3-repl.packageUnwrapped = pkgs.python3.withPackages (ps: with ps; [ python3-repl.packageUnwrapped = pkgs.python3.withPackages (ps: with ps; [
libgpiod libgpiod
numpy
psutil psutil
pykakasi pykakasi
requests requests
scipy
unidecode unidecode
]); ]);
python3-repl.sandbox.net = "clearnet"; python3-repl.sandbox.net = "clearnet";