mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-09-19 11:15:24 +03:00
chore: drop three more dependencies nothing imports
- langchain-experimental, parsel, tqdm
This commit is contained in:
@@ -11,13 +11,11 @@ requires-python = ">=3.10"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"langchain-core>=0.3.81",
|
"langchain-core>=0.3.81",
|
||||||
"langchain-anthropic>=0.3.15",
|
"langchain-anthropic>=0.3.15",
|
||||||
"langchain-experimental>=0.3.4",
|
|
||||||
"langchain-google-genai>=4.0.0",
|
"langchain-google-genai>=4.0.0",
|
||||||
"langchain-openai>=0.3.23",
|
"langchain-openai>=0.3.23",
|
||||||
"langgraph>=0.4.8",
|
"langgraph>=0.4.8",
|
||||||
"langgraph-checkpoint-sqlite>=2.0.0",
|
"langgraph-checkpoint-sqlite>=2.0.0",
|
||||||
"pandas>=2.3.0",
|
"pandas>=2.3.0",
|
||||||
"parsel>=1.10.0",
|
|
||||||
"python-dotenv>=1.0.0",
|
"python-dotenv>=1.0.0",
|
||||||
"pytz>=2025.2",
|
"pytz>=2025.2",
|
||||||
"questionary>=2.1.0",
|
"questionary>=2.1.0",
|
||||||
@@ -25,7 +23,6 @@ dependencies = [
|
|||||||
"rich>=14.0.0",
|
"rich>=14.0.0",
|
||||||
"typer>=0.21.0",
|
"typer>=0.21.0",
|
||||||
"stockstats>=0.6.5",
|
"stockstats>=0.6.5",
|
||||||
"tqdm>=4.67.1",
|
|
||||||
"typing-extensions>=4.14.0",
|
"typing-extensions>=4.14.0",
|
||||||
"yfinance>=1.4.1",
|
"yfinance>=1.4.1",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user