From ef016c41ffe644f0bf45150c6d85be318a48e817 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 4 Aug 2016 18:17:20 +0100 Subject: [PATCH] Added tqdm package via pip for progress bar. --- conda_env.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conda_env.yml b/conda_env.yml index 97206466..131c8362 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -12,4 +12,7 @@ dependencies: - mpi4py - numpy - psutil -- scipy \ No newline at end of file +- scipy + +- pip: + - tqdm \ No newline at end of file