From ce56f92aad24429d17f6613132a54b535dea9610 Mon Sep 17 00:00:00 2001 From: zining01 Date: Wed, 3 Jun 2020 10:34:17 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b177cf0..43416ca 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ GP regression model for T-cell cluster changes in response to donor lymphocyte i This repository implements two models: a vanilla Gaussian process regression model for modeling tumor dynamics, and a hierarchical model for heteroscedastic noise. # Dependencies +The following packages are required to run the demo notebooks. They are also specified in ```requirements.txt```. ``` +matplotlib +numpy +pandas pytorch pyro tqdm