mirror of
https://github.com/deepseek-ai/DeepSeek-VL.git
synced 2025-04-19 10:09:09 -04:00
fix: github action
This commit is contained in:
parent
85a1bd7c12
commit
40cf0a949c
@ -34,6 +34,20 @@ gradio = [
|
|||||||
"markdown==3.4.1",
|
"markdown==3.4.1",
|
||||||
"SentencePiece==0.1.96"
|
"SentencePiece==0.1.96"
|
||||||
]
|
]
|
||||||
|
lint = [
|
||||||
|
"isort",
|
||||||
|
"black[jupyter] >= 22.6.0",
|
||||||
|
"pylint[spelling] >= 2.15.0",
|
||||||
|
"flake8",
|
||||||
|
"flake8-bugbear",
|
||||||
|
"flake8-comprehensions",
|
||||||
|
"flake8-docstrings",
|
||||||
|
"flake8-pyi",
|
||||||
|
"flake8-simplify",
|
||||||
|
"ruff",
|
||||||
|
"pyenchant",
|
||||||
|
"pre-commit",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
packages = {find = {exclude = ["images"]}}
|
packages = {find = {exclude = ["images"]}}
|
||||||
|
Loading…
Reference in New Issue
Block a user