Skip to content

Commit de5bd8d

Browse files
authored
Add setuptools and volcengine-python-sdk dependencies
1 parent 5c7f6ac commit de5bd8d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,14 @@ opencv-python-headless = "4.11.0.86"
6969
pymysql = "1.1.1"
7070
accelerate = "1.6.0"
7171
captcha = "0.7.1"
72+
setuptools = "^75.0.0"
73+
volcengine-python-sdk = {extras = ["ark"], version = "4.0.5"}
7274
[build-system]
7375
requires = ["poetry-core"]
74-
volcengine-python-sdk = {extras = ["ark"], version = "4.0.5"}
7576
build-backend = "poetry.core.masonry.api"
76-
setuptools = "^75.0.0"
77+
7778

7879
[[tool.poetry.source]]
7980
name = "pytorch"
8081
url = "https://download.pytorch.org/whl/cpu"
81-
priority = "explicit"
82+
priority = "explicit"

0 commit comments

Comments
 (0)