Skip to content

Commit 990a259

Browse files
authored
add pytz dep (#431)
1 parent c437b17 commit 990a259

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

index.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ notebook = "40_Building_Chat_Application_with_Function_Calling.ipynb"
158158
aliases = []
159159
completion_time = "20 min"
160160
created_at = 2024-03-05
161-
dependencies = ["sentence-transformers>=4.1.0", "gradio"]
161+
dependencies = ["sentence-transformers>=4.1.0", "gradio", "pytz"]
162162

163163
[[tutorial]]
164164
title = "Query Classification with TransformersTextRouter and TransformersZeroShotTextRouter"

tutorials/40_Building_Chat_Application_with_Function_Calling.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@
733733
"source": [
734734
"%%bash\n",
735735
"\n",
736-
"pip install -U gradio"
736+
"pip install -U gradio pytz"
737737
]
738738
},
739739
{
@@ -745,7 +745,6 @@
745745
"outputs": [],
746746
"source": [
747747
"import gradio as gr\n",
748-
"import json\n",
749748
"\n",
750749
"from haystack.dataclasses import ChatMessage\n",
751750
"from haystack.components.generators.chat import OpenAIChatGenerator\n",

0 commit comments

Comments
 (0)