# QuantSim Package Dependencies
# Core dependencies for running the package
pandas>=1.3
numpy>=1.20
matplotlib>=3.4
PyYAML>=5.4
yfinance>=0.2.0
joblib>=1.1.0

# Machine Learning dependencies
scikit-learn>=1.0
tensorflow>=2.8

# Development dependencies (optional)
pytest>=7.0
pytest-cov>=3.0
pytest-mock>=3.0
black
flake8
mypy
build
twine

# Documentation dependencies (optional)
sphinx
sphinx-rtd-theme
sphinx-autodoc-typehints 