We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7f6ac commit de5bd8dCopy full SHA for de5bd8d
1 file changed
pyproject.toml
@@ -69,13 +69,14 @@ opencv-python-headless = "4.11.0.86"
69
pymysql = "1.1.1"
70
accelerate = "1.6.0"
71
captcha = "0.7.1"
72
+setuptools = "^75.0.0"
73
+volcengine-python-sdk = {extras = ["ark"], version = "4.0.5"}
74
[build-system]
75
requires = ["poetry-core"]
-volcengine-python-sdk = {extras = ["ark"], version = "4.0.5"}
76
build-backend = "poetry.core.masonry.api"
-setuptools = "^75.0.0"
77
+
78
79
[[tool.poetry.source]]
80
name = "pytorch"
81
url = "https://download.pytorch.org/whl/cpu"
-priority = "explicit"
82
+priority = "explicit"
0 commit comments