python3-repl: enable numpy/scipy
This commit is contained in:
@@ -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";
|
||||||
|
Reference in New Issue
Block a user