pyproject.toml aktualisiert
This commit is contained in:
parent
cdf1e19280
commit
a78a7cfd34
|
@ -12,6 +12,13 @@ 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"
|
Loading…
Reference in New Issue