feat/model_fix #17

Merged
Fabel merged 6 commits from feat/model_fix into develop 2025-06-02 16:08:15 +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"},
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",
)