mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 10:53:33 +08:00
fix: harden release packages and report market context (#1994)
* fix: bundle orjson in release packages * fix: remove duplicate decision signal excerpts * feat: add TickFlow sector ranking fallback
This commit is contained in:
@@ -34,6 +34,7 @@ pypinyin>=0.50.0 # Name-to-code resolver (pinyin matching)
|
||||
openpyxl>=3.1.0 # Excel (.xlsx) parsing for import
|
||||
numpy>=1.24.0 # Numeric computing
|
||||
json-repair>=0.55.1 # JSON repair
|
||||
orjson>=3.10,<4 # LiteLLM runtime JSON dependency; explicitly bundled in desktop builds
|
||||
|
||||
# AI analysis
|
||||
# Keep the historical minimum version while excluding quarantined builds and avoiding future major breaks.
|
||||
|
||||
Reference in New Issue
Block a user