chore : Add jinja2 as dev dependency in pyproject.toml and explicit dependency in requirements.txt

This commit is contained in:
teleprint-me 2024-07-15 13:56:54 -04:00
parent 4204cab390
commit b7528fdf89
No known key found for this signature in database
GPG key ID: B0D11345E65C4D48
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@ tqdm = ">=4.27"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
jinja2 = ">=3.1.0"
[build-system]
requires = ["poetry-core>=1.0.0"]

View file

@ -1,5 +1,6 @@
numpy~=1.26.4
sentencepiece~=0.2.0
transformers>=4.40.1,<5.0.0
jinja2>=3.1.0
gguf>=0.1.0
protobuf>=4.21.0,<5.0.0