Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -6,7 +6,7 @@ langchain>=0.1.17
|
|
6 |
langchain-community>=0.0.21
|
7 |
langchain-experimental>=0.0.17 # PythonREPLTool
|
8 |
langchain-groq>=0.0.5 # Groq LLM wrapper
|
9 |
-
|
10 |
|
11 |
# --- Token counting ---
|
12 |
tiktoken>=0.6.0
|
@@ -14,11 +14,9 @@ tiktoken>=0.6.0
|
|
14 |
# --- Config / env helpers ---
|
15 |
python-dotenv>=1.0.0
|
16 |
|
17 |
-
# --- Web-search helper (Serper) ---
|
18 |
-
requests>=2.31 # Serper wrapper just calls HTTP
|
19 |
-
|
20 |
# --- CSV / JSON loader deps ---
|
21 |
pandas>=2.2
|
|
|
22 |
# MIME sniffing (choose the right wheel automatically)
|
23 |
python-magic!=0.4.27; sys_platform!="win32"
|
24 |
python-magic-bin==0.4.14; sys_platform=="win32"
|
|
|
6 |
langchain-community>=0.0.21
|
7 |
langchain-experimental>=0.0.17 # PythonREPLTool
|
8 |
langchain-groq>=0.0.5 # Groq LLM wrapper
|
9 |
+
langchainhub>=0.1.21 # pulls the ReAct prompt template
|
10 |
|
11 |
# --- Token counting ---
|
12 |
tiktoken>=0.6.0
|
|
|
14 |
# --- Config / env helpers ---
|
15 |
python-dotenv>=1.0.0
|
16 |
|
|
|
|
|
|
|
17 |
# --- CSV / JSON loader deps ---
|
18 |
pandas>=2.2
|
19 |
+
|
20 |
# MIME sniffing (choose the right wheel automatically)
|
21 |
python-magic!=0.4.27; sys_platform!="win32"
|
22 |
python-magic-bin==0.4.14; sys_platform=="win32"
|