develop #18

Merged
Fabel merged 7 commits from develop into main 2025-06-02 16:08:23 +00:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit 6df5fc2e72 - Show all commits

View File

@ -7,13 +7,10 @@ setup(
package_dir={"": "src"}, package_dir={"": "src"},
install_requires=[ install_requires=[
"torch", "torch",
"aiia",
"pillow", "pillow",
"torchvision", "torchvision",
"scikit-learn", "scikit-learn",
], "aiia @ git+https://gitea.fabelous.app/Machine-Learning/AIIA.git"
dependency_links=[
"git+https://gitea.fabelous.app/Machine-Learning/AIIA.git#egg=aiia"
], ],
python_requires=">=3.10", python_requires=">=3.10",
) )