From d39cf0c6821ea72b1b4a14fbd6b40857d201efe6 Mon Sep 17 00:00:00 2001 From: Jesseon Chang Date: Wed, 8 Dec 2021 17:16:40 -0800 Subject: [PATCH] add missing dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 557d791..fc19f34 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Please visit the [Wiki pages](https://github.com/35ajstern/clues/wiki/Sampling-& `clues` has developed for python 3; use python 2 at your own risk (visit the Issues section for tips on using python 2). -The programs require the following dependencies, which can be installed using conda/pip: `numba`, `progressbar`, `biopython` +The programs require the following dependencies, which can be installed using conda/pip: `numba`, `progressbar`, `biopython`, `scipy`, `matplotlib` #### Previous implementation (`clues-v0`)