# ============================================================================= # VibeQuant (vquant) — AI-Powered Financial Intelligence Platform # ----------------------------------------------------------------------------- # File: requirements-safe.txt # # Author: Simon-Pierre Boucher # Contact: contact@spboucher.ai # Website: https://www.spboucher.ai # Demo: https://www.vquant.ai # License: MIT (see LICENSE) # # Copyright © 2026 Simon-Pierre Boucher. All rights reserved. # ============================================================================= # ==================== CORE LIBRARIES (GUARANTEED) ==================== numpy>=2.0.0 pandas>=2.0.0 scipy>=1.10.0 matplotlib>=3.8.0 seaborn>=0.13.0 requests>=2.31.0 # ==================== FINANCIAL & STATS ==================== arch>=7.0.0 # GARCH models statsmodels>=0.14.0 # Time series, econometrics scikit-learn>=1.4.0 # Machine learning # ==================== VISUALIZATION ==================== plotly>=5.18.0 # Interactive plots # ==================== FINANCIAL DATA ==================== yfinance>=0.2.35 # Yahoo Finance beautifulsoup4>=4.12.0 # Web scraping lxml>=5.0.0 # XML parsing # ==================== TECHNICAL ANALYSIS ==================== ta>=0.11.0 # Technical indicators # ==================== OPTIMIZATION ==================== cvxpy>=1.4.0 # Convex optimization # ==================== UTILITIES ==================== openpyxl>=3.1.2 # Excel files python-docx>=1.1.0 # Word documents python-dateutil>=2.8.2 pytz>=2024.1 # ==================== ADVANCED COMPUTING ==================== numba>=0.59.0 # JIT compilation networkx>=3.2 # Graph theory sympy>=1.12 # Symbolic math # ==================== MACHINE LEARNING (if needed) ==================== xgboost>=2.0.3 lightgbm>=4.3.0