# Runtime requirements for peltwtcn
# Install with:  pip install -r requirements.txt

numpy>=1.21
pandas>=1.4
scipy>=1.8
matplotlib>=3.5
PyWavelets>=1.3
ruptures>=1.1.7
scikit-learn>=1.1
statsmodels>=0.13
requests>=2.25
tabulate>=0.9

# Deep models (LSTM / GRU / TCN).  Omit if you only need the break
# detectors, the wavelet layer, the metrics and the plots.
tensorflow>=2.12

# Live data loaders
yfinance>=0.2.28
openpyxl>=3.1

# Nicer default palette for the figures
seaborn>=0.12
