fixed aiia error in requirments
Gitea Actions For AIIA / Explore-Gitea-Actions (push) Has been cancelled
Details
Gitea Actions For AIIA / Explore-Gitea-Actions (push) Has been cancelled
Details
This commit is contained in:
parent
6df5fc2e72
commit
b4d5c35928
|
@ -1,5 +1,4 @@
|
|||
torch
|
||||
aiia
|
||||
pillow
|
||||
torchvision
|
||||
scikit-learn
|
||||
|
|
5
setup.py
5
setup.py
|
@ -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",
|
||||
)
|
Loading…
Reference in New Issue