# Python 3.10 or higher.
# Install into a virtual environment:
#   python -m venv .venv
#   source .venv/bin/activate
#   pip install -r requirements.txt

# Core analysis
numpy>=1.24
pandas>=2.0

# Plotting
matplotlib>=3.7
seaborn>=0.13

# Notebooks
jupyter>=1.0
ipykernel>=6.25

# Testing and linting
pytest>=7.4
ruff>=0.4
