# NOTE: if installing tensorflow-gpu through conda, remove the below line
tensorflow==1.15.2

# Keras version is fixed
keras==2.3.1

# This package uses the VPRNN implementation to aid in experiments
git+https://github.com/wtaylor17/keras-vpnn.git
# The VPRNN implementation requires this next package
git+https://github.com/wtaylor17/VPRNN.git

# misc. dependencies
numpy
wget