From 6df5fc2e724e24487a206edcb422a7b67800c186 Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Mon, 2 Jun 2025 17:58:38 +0200 Subject: [PATCH] corrected requirements --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 57c0fa6..0c62032 100644 --- a/setup.py +++ b/setup.py @@ -7,13 +7,10 @@ setup( package_dir={"": "src"}, install_requires=[ "torch", - "aiia", "pillow", "torchvision", "scikit-learn", - ], - dependency_links=[ - "git+https://gitea.fabelous.app/Machine-Learning/AIIA.git#egg=aiia" + "aiia @ git+https://gitea.fabelous.app/Machine-Learning/AIIA.git" ], python_requires=">=3.10", ) \ No newline at end of file