spb/vquant Public MIT
VibeQuant — AI-powered institutional-grade financial intelligence platform.
TypeScript 84.3%
Python 11.7%
JavaScript 1.6%
CSS 1.5%
HTML 0.7%
1# =============================================================================2# VibeQuant (vquant) — AI-Powered Financial Intelligence Platform3# -----------------------------------------------------------------------------4# File: pyproject.toml5#6# Author: Simon-Pierre Boucher7# Contact: contact@spboucher.ai8# Website: https://www.spboucher.ai9# Demo: https://www.vquant.ai10# License: MIT (see LICENSE)11#12# Copyright © 2026 Simon-Pierre Boucher. All rights reserved.13# =============================================================================1415[project]16name = "repl-nix-workspace"17version = "0.1.0"18description = "Add your description here"19requires-python = ">=3.11"20dependencies = [21 "matplotlib>=3.10.7",22 "numpy>=2.3.3",23 "pandas>=2.3.3",24 "scipy>=1.16.2",25 "requests>=2.31.0",26 "arch>=7.2.0",27 "seaborn>=0.13.0",28]29