From 3cfbeb4b3672d830803a9edaa3878f8f47dc5c11 Mon Sep 17 00:00:00 2001 From: Eric Ma Date: Wed, 3 May 2017 11:22:42 -0400 Subject: [PATCH] made environment compatible Former-commit-id: 364f6f51597edf89f82faabc2be0d295133f009e --- environment.yml | 13 ++++++------- update_env.sh | 2 ++ 2 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 update_env.sh diff --git a/environment.yml b/environment.yml index 2e7f051c..99f5eeea 100644 --- a/environment.yml +++ b/environment.yml @@ -1,15 +1,14 @@ -name: network -channels: -- conda-forge +name: nams # Network Analysis Made Simple +channels: !!python/tuple - defaults +- conda-forge +- ericmjl dependencies: -- scipy - matplotlib - networkx +- scipy - numpy -- pandas - python=3.6 -- hiveplot - nxviz +- hiveplot - jupyter -- pip diff --git a/update_env.sh b/update_env.sh new file mode 100644 index 00000000..4259dc84 --- /dev/null +++ b/update_env.sh @@ -0,0 +1,2 @@ +wget https://raw.githubusercontent.com/ericmjl/conda-envs/master/nams.yml -O environment.yml +conda env update -f environment.yml