Yongkang ZOU
commited on
Commit
·
414d4bc
1
Parent(s):
72ec6f3
update llm tool
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -42,9 +42,9 @@ jsonschema==4.20.0
|
|
42 |
jupyter_client==8.6.0
|
43 |
jupyter_core==5.7.1
|
44 |
|
45 |
-
# ✅ LangChain
|
46 |
langchain==0.1.19
|
47 |
-
langchain-core==0.1.
|
48 |
langchain-community==0.0.35
|
49 |
langchain-google-genai==0.0.9
|
50 |
langchain-groq==0.0.3
|
|
|
42 |
jupyter_client==8.6.0
|
43 |
jupyter_core==5.7.1
|
44 |
|
45 |
+
# ✅ LangChain 系列锁定兼容组合(对 Python 3.10 安全)
|
46 |
langchain==0.1.19
|
47 |
+
langchain-core==0.1.51
|
48 |
langchain-community==0.0.35
|
49 |
langchain-google-genai==0.0.9
|
50 |
langchain-groq==0.0.3
|