forked from lab/TPM
Infra and data updates: fix Redis volume, expose DB, stabilize yfinance ingestion\n\n- docker-compose: use named volume for redis-data; keep common_network; Flask reachable on 8007\n- data_clear&update_us_v0.py: host=localhost; safe price_col; float cast; threads=False\n- data_clear&update_tw_v0.py: same fixes as US; robust insert values\n- update_data_daily.py: consistency fixes for yf.download and price column\n- requirements: align versions for stability\n- Re-initialized US/TW data to latest (2025-09-24)
parent
086961bed7
commit
fd39ea0287
8 changed files with 13 additions and 12 deletions
@ -1,8 +1,8 @@ |
||||
pandas==1.5.3 |
||||
psycopg2==2.9.5 |
||||
requests==2.28.2 |
||||
requests==2.31 |
||||
SQLAlchemy==2.0.4 |
||||
yfinance==0.2.22 |
||||
yfinance==0.2.66 |
||||
tqdm==4.62.3 |
||||
schedule==1.2.1 |
||||
numpy==1.23.5 |
||||
|
||||
Loading…
Reference in new issue