pyproject.toml aktualisiert

This commit is contained in:
Falko Victor Habel 2025-04-02 12:13:43 +00:00
parent cdf1e19280
commit a78a7cfd34
1 changed files with 7 additions and 0 deletions

View File

@ -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"