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

# conda create -n <env_name> python=3.7 (or 3.8)
# 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

# Tensorflow 2.x (which includes Keras)
tensorflow
tensorflow-probability
