Add missing sentencepiece dependency to pyproject.yaml

This commit is contained in:
Jesse Noller 2024-08-20 13:48:43 -06:00
parent 2f3c1466ff
commit 28670bfbc8

View file

@ -23,6 +23,7 @@ python = ">=3.8"
numpy = ">=1.17" numpy = ">=1.17"
tqdm = ">=4.27" tqdm = ">=4.27"
pyyaml = ">=5.1" pyyaml = ">=5.1"
sentencepiece = ">=0.2.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = "^5.2" pytest = "^5.2"