chore(deps): aggiungi yfinance per test cross-asset non-crypto

Phase 2.7 portabilità: tentativo backtest top genome BTC/ETH su asset
tradFi via yfinance per stress-test universale del setup.
Esito documentato in memoria: yfinance 1h limitato a 730 giorni,
incompatibile con hour-gated strategy su 5+ anni.

Aggiunto .claude/ a .gitignore (scheduled_tasks.lock runtime artifact).
This commit is contained in:
2026-05-13 23:27:53 +02:00
parent 67ae6ff74e
commit 9d1ef8adcf
3 changed files with 215 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ dependencies = [
"plotly>=5.24",
"pyarrow>=18.0",
"nicegui>=3.11.1",
"yfinance>=1.3.0",
]
[dependency-groups]