core: remove mustache in extended deps (#27629)

Remove mustache from extended deps -- we vendor the mustache
implementation
This commit is contained in:
Eugene Yurtsev 2024-10-24 22:12:49 -04:00 committed by GitHub
parent 265e0a164a
commit 7667ee126f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -1,2 +1 @@
jinja2>=3,<4
mustache>=0.1.4,<1

View File

@ -328,7 +328,6 @@ def test_chat_prompt_template_from_messages_jinja2() -> None:
@pytest.mark.requires("jinja2")
@pytest.mark.requires("mustache")
@pytest.mark.parametrize(
"template_format,image_type_placeholder,image_data_placeholder",
[