# ============================================================================= # Author: Simon-Pierre Boucher # Contact: contact@spboucher.ai # ============================================================================= [build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "wp7" version = "1.0.0" description = "UQO WP7 — Options-Implied Information Content for Cross-Asset Return and Volatility Prediction" authors = [{ name = "Simon-Pierre Boucher", email = "contact@spboucher.ai" }] requires-python = ">=3.11" dependencies = [ "numpy>=2.0", "pandas>=2.2", "pyarrow>=15", "scipy>=1.12", "scikit-learn>=1.4", "duckdb>=1.0", "matplotlib>=3.8", ] [tool.setuptools.packages.find] where = ["src"]