fixed plots

This commit is contained in:
Jan Kowalczyk
2025-10-21 19:04:19 +02:00
parent 8f983b890f
commit 7b5accb6c5
25 changed files with 1917 additions and 165 deletions

View File

@@ -1,6 +1,6 @@
{ pkgs, ... }:
let
native_dependencies = with pkgs.python312Packages; [
native_dependencies = with pkgs.python311Packages; [
torch-bin
torchvision-bin
aggdraw # for visualtorch
@@ -16,7 +16,7 @@ in
packages = native_dependencies ++ tools;
languages.python = {
enable = true;
package = pkgs.python312;
package = pkgs.python311;
uv = {
enable = true;
sync.enable = true;