mirror of
https://github.com/deepseek-ai/Janus.git
synced 2025-02-22 21:58:59 -05:00
Update pyproject.toml
Fix SentencePiece version
This commit is contained in:
parent
4c34b731fe
commit
0e60abafda
@ -32,7 +32,7 @@ gradio = [
|
|||||||
"colorama==0.4.5",
|
"colorama==0.4.5",
|
||||||
"Pygments==2.12.0",
|
"Pygments==2.12.0",
|
||||||
"markdown==3.4.1",
|
"markdown==3.4.1",
|
||||||
"SentencePiece==0.1.96"
|
"SentencePiece==0.2.0"
|
||||||
]
|
]
|
||||||
lint = [
|
lint = [
|
||||||
"isort",
|
"isort",
|
||||||
|
Loading…
Reference in New Issue
Block a user