develop #18

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

View File

@ -1,5 +1,4 @@
torch
aiia
pillow
torchvision
scikit-learn

View File

@ -7,10 +7,13 @@ setup(
package_dir={"": "src"},
install_requires=[
"torch",
"aiia",
"pillow",
"torchvision",
"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",
)