# Library dependencies for the python code.  You need to install these with

# conda create -n <env_name> python=3.6 (or 3.7)
# source activate <env_name>
# run requirements
# python -m ipykernel install --user --name <env_name> --display-name "<Display Name>"

# `pip install -U -r requirements.txt` before you can run this.

# Base libraries
numpy
pandas
xlrd
scipy
prettytable
xgboost>=2.0.0  # with GPU support
GPUtil
dask>=2022.2.0
distributed>=2022.2.0
GPUtil>=1.4.0
pyyaml>=5.4.1

# Viz libs
matplotlib
seaborn

# Stats libraries
scikit-learn>=0.24.0
statsmodels

# Auto-Arima
pmdarima

# Facebook Prophet
prophet
