This commit is contained in:
2025-09-04 16:35:23 +02:00
parent cb04e33c1c
commit f27bc65d9a
5 changed files with 62 additions and 3 deletions
+5
View File
@@ -1,6 +1,8 @@
{pkgs, ...}: {
home.packages = [
(pkgs.python312.withPackages (ppkgs: [
ppkgs.uv
ppkgs.pip
ppkgs.numpy
ppkgs.sympy
ppkgs.scipy
@@ -17,6 +19,9 @@
ppkgs.pillow
ppkgs.keras
ppkgs.tqdm
ppkgs.ipykernel
]))
];
}