Update pyproject.toml

Fix SentencePiece version
This commit is contained in:
William S 2025-01-29 18:53:30 -03:00 committed by GitHub
parent 4c34b731fe
commit 0e60abafda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ gradio = [
"colorama==0.4.5",
"Pygments==2.12.0",
"markdown==3.4.1",
"SentencePiece==0.1.96"
"SentencePiece==0.2.0"
]
lint = [
"isort",