mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
core: remove mustache in extended deps (#27629)
Remove mustache from extended deps -- we vendor the mustache implementation
This commit is contained in:
parent
265e0a164a
commit
7667ee126f
@ -1,2 +1 @@
|
||||
jinja2>=3,<4
|
||||
mustache>=0.1.4,<1
|
||||
|
@ -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",
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user