Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
|
@@ -24,3 +24,13 @@ rich
|
|
| 24 |
questionary
|
| 25 |
langchain_anthropic
|
| 26 |
langchain-google-genai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
questionary
|
| 25 |
langchain_anthropic
|
| 26 |
langchain-google-genai
|
| 27 |
+
# 框架核心依赖
|
| 28 |
+
langgraph>=0.1.24 # 多智能体流程控制
|
| 29 |
+
openai>=1.30.0 # LLM API 调用
|
| 30 |
+
finnhub-python>=2.4.14 # 金融数据获取
|
| 31 |
+
python-dotenv>=1.0.1 # 环境变量读取(备用)
|
| 32 |
+
pandas>=2.2.2 # 数据处理(智能体分析用)
|
| 33 |
+
numpy>=1.26.4 # 数值计算
|
| 34 |
+
|
| 35 |
+
# Gradio 依赖(Web 界面)
|
| 36 |
+
gradio>=4.28.3 # 确保与 Spaces 兼容,避免版本过低
|