From a78a7cfd34e2aeaa7cfb0234db873de37a50b6d5 Mon Sep 17 00:00:00 2001 From: Falko Victor Habel Date: Wed, 2 Apr 2025 12:13:43 +0000 Subject: [PATCH] pyproject.toml aktualisiert --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b0e5e10..096916d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,13 @@ license = {file = "LICENSE"} authors = [ {name = "Falko Habel", email = "falko.habel@gmx.de"}, ] +dependencies = [ + "torch", + "pillow", + "torchvision", + "scikit-learn", + "aiia @ git+https://gitea.fabelous.app/Machine-Learning/AIIA.git" +] [project.urls] "Homepage" = "https://gitea.fabelous.app/Machine-Learning/aiuNN" \ No newline at end of file