Skip to content

Commit

Permalink
made environment compatible
Browse files Browse the repository at this point in the history
Former-commit-id: 364f6f5
  • Loading branch information
ericmjl committed May 3, 2017
1 parent b12ee72 commit 3cfbeb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 6 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions update_env.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
wget https://raw.githubusercontent.com/ericmjl/conda-envs/master/nams.yml -O environment.yml
conda env update -f environment.yml

0 comments on commit 3cfbeb4

Please sign in to comment.