mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 14:31:55 +00:00
core: remove mustache in extended deps (#27629)
Remove mustache from extended deps -- we vendor the mustache implementation
This commit is contained in:
@@ -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",
|
||||
[
|
||||
|
Reference in New Issue
Block a user