From b22095409778a91acb7e924a8ec2ce7bd51da533 Mon Sep 17 00:00:00 2001 From: Kansaram Date: Sun, 7 Jun 2026 19:19:14 +0530 Subject: [PATCH] fix: remove gs-quant from requirements, use numpy fallbacks only gs-quant not compatible with Python 3.14 on Render. try/except in quant_analysis.py already handles missing import with pure numpy/pandas fallback implementations. Co-Authored-By: Claude Sonnet 4.6 --- backend/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 328cb19..13dc19c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,4 +7,3 @@ yfinance>=0.2.38 pydantic>=2.0,<3.0 reportlab>=4.0,<5.0 httpx>=0.27,<1.0 -gs-quant