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