corrected requirements
Gitea Actions For AIIA / Explore-Gitea-Actions (push) Failing after 15s
Details
Gitea Actions For AIIA / Explore-Gitea-Actions (push) Failing after 15s
Details
This commit is contained in:
parent
43260a977b
commit
6df5fc2e72
5
setup.py
5
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",
|
||||
)
|
Loading…
Reference in New Issue