Sync requirements.txt version constraints with pyproject.toml
All packages now have the same minimum version bounds as pyproject.toml. The most important one is yfinance>=0.2.63 which fixes the Yahoo Finance API fetch failures that users hit with older versions. Fixes #417
This commit is contained in:
parent
f362a160c3
commit
7073c7e81f
|
|
@ -1,21 +1,21 @@
|
||||||
typing-extensions
|
typing-extensions>=4.14.0
|
||||||
langchain-core
|
langchain-core>=0.3.81
|
||||||
langchain-openai
|
langchain-openai>=0.3.23
|
||||||
langchain-experimental
|
langchain-experimental>=0.3.4
|
||||||
pandas
|
pandas>=2.3.0
|
||||||
yfinance
|
yfinance>=0.2.63
|
||||||
stockstats
|
stockstats>=0.6.5
|
||||||
langgraph
|
langgraph>=0.4.8
|
||||||
rank-bm25
|
rank-bm25>=0.2.2
|
||||||
setuptools
|
setuptools>=80.9.0
|
||||||
backtrader
|
backtrader>=1.9.78.123
|
||||||
parsel
|
parsel>=1.10.0
|
||||||
requests
|
requests>=2.32.4
|
||||||
tqdm
|
tqdm>=4.67.1
|
||||||
pytz
|
pytz>=2025.2
|
||||||
redis
|
redis>=6.2.0
|
||||||
rich
|
rich>=14.0.0
|
||||||
typer
|
typer>=0.21.0
|
||||||
questionary
|
questionary>=2.1.0
|
||||||
langchain_anthropic
|
langchain_anthropic>=0.3.15
|
||||||
langchain-google-genai
|
langchain-google-genai>=2.1.5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue