Skip to content

Commit

Permalink
fix: Added jinja2 requirement (#128)
Browse files Browse the repository at this point in the history
* Added jinja2 requirement

* Reorded deps
  • Loading branch information
Pringled authored Nov 20, 2024
1 parent 58f05b5 commit 0543d08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ classifiers = [
]

dependencies = [
"jinja2",
"numpy",
"rich",
"tqdm",
"tokenizers>=0.20",
"safetensors",
"setuptools",
"tokenizers>=0.20",
"tqdm",
]

[build-system]
Expand Down
4 changes: 3 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0543d08

Please sign in to comment.