# ============================================================================= # VibeQuant (vquant) — AI-Powered Financial Intelligence Platform # ----------------------------------------------------------------------------- # File: pyproject.toml # # 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. # ============================================================================= [project] name = "repl-nix-workspace" version = "0.1.0" description = "Add your description here" requires-python = ">=3.11" dependencies = [ "matplotlib>=3.10.7", "numpy>=2.3.3", "pandas>=2.3.3", "scipy>=1.16.2", "requests>=2.31.0", "arch>=7.2.0", "seaborn>=0.13.0", ]