add setuptools for CPU run

This commit is contained in:
svlandeg
2026-04-13 10:50:57 +02:00
parent a445144d39
commit 8ef90bc154
+1
View File
@@ -54,6 +54,7 @@ explicit = true
[project.optional-dependencies] [project.optional-dependencies]
cpu = [ cpu = [
"setuptools>=65.0.0",
"torch==2.9.1", "torch==2.9.1",
] ]
gpu = [ gpu = [