make it mergeable

This commit is contained in:
Falko Victor Habel 2025-04-04 20:12:14 +00:00
parent a78a7cfd34
commit b2f9f0707e
1 changed files with 2 additions and 11 deletions

View File

@ -1,7 +1,6 @@
[build-system] [build-system]
requires = ["setuptools>=45", "wheel"] requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
name = "aiunn" name = "aiunn"
version = "0.1.1" version = "0.1.1"
@ -12,13 +11,5 @@ license = {file = "LICENSE"}
authors = [ authors = [
{name = "Falko Habel", email = "falko.habel@gmx.de"}, {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] [project.urls]
"Homepage"="https://gitea.fabelous.app/Machine-Learning/aiuNN" "Homepage"="https://gitea.fabelous.app/Machine-Learning/aiuNN"