mirror of
https://github.com/Mihirkansara/nexus-quant-terminal.git
synced 2026-08-24 16:18:11 +00:00
- Added gs-quant to backend/requirements.txt - All gs_quant calls now conditional on GS_QUANT_AVAILABLE flag - Pure numpy/pandas fallbacks for volatility, RSI, MACD, Bollinger, z-score - Fixes ModuleNotFoundError crash on Render deployment Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
fastapi>=0.110,<1.0
|
|
uvicorn[standard]>=0.29,<1.0
|
|
numpy>=1.24,<3.0
|
|
scipy>=1.10,<2.0
|
|
pandas>=2.0,<4.0
|
|
yfinance>=0.2.38
|
|
pydantic>=2.0,<3.0
|
|
reportlab>=4.0,<5.0
|
|
httpx>=0.27,<1.0
|
|
gs-quant
|