Add missing sentencepiece dependency to pyproject.yaml
This commit is contained in:
parent
2f3c1466ff
commit
28670bfbc8
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ python = ">=3.8"
|
|||
numpy = ">=1.17"
|
||||
tqdm = ">=4.27"
|
||||
pyyaml = ">=5.1"
|
||||
sentencepiece = ">=0.2.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue