This commit is contained in:
Jesse Noller 2024-09-02 09:53:30 +01:00 committed by GitHub
commit 0b082d1346
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"