chore : Add jinja2 as dev dependency in pyproject.toml and explicit dependency in requirements.txt
This commit is contained in:
parent
4204cab390
commit
b7528fdf89
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ tqdm = ">=4.27"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
pytest = "^5.2"
|
pytest = "^5.2"
|
||||||
|
jinja2 = ">=3.1.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
numpy~=1.26.4
|
numpy~=1.26.4
|
||||||
sentencepiece~=0.2.0
|
sentencepiece~=0.2.0
|
||||||
transformers>=4.40.1,<5.0.0
|
transformers>=4.40.1,<5.0.0
|
||||||
|
jinja2>=3.1.0
|
||||||
gguf>=0.1.0
|
gguf>=0.1.0
|
||||||
protobuf>=4.21.0,<5.0.0
|
protobuf>=4.21.0,<5.0.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue