fix: Turn cuda into a pip extra (from a Poetry group)

This commit is contained in:
Alessandro Candido
2024-02-09 03:07:54 +01:00
parent 2de7a65d02
commit b6752dd5f7
3 changed files with 18 additions and 12 deletions

View File

@@ -45,7 +45,6 @@
enable = true;
install.enable = true;
install.groups = ["dev" "tests"];
install.allExtras = true;
};
version = "3.11";
};