Skip to content

Commit

Permalink
chore: add comment to Jinja2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcalvo committed Dec 2, 2024
1 parent 4dd9ec1 commit 47fe970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argilla-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies = [
"pillow >= 10.4.0",
# For Telemetry
"huggingface-hub>=0.26.2",
"Jinja2>=3.1.4",
"Jinja2>=3.1.4", # Used by huggingface-hub to render dataset card templates
]

[project.optional-dependencies]
Expand Down

0 comments on commit 47fe970

Please sign in to comment.