Skip to content

Commit 9f3cb27

Browse files
committed
Update environment to be a bit more modern.
1 parent 672c41f commit 9f3cb27

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

environment.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
name: nams # Network Analysis Made Simple
22
channels:
3-
- defaults
43
- conda-forge
5-
- ericmjl
64
dependencies:
7-
- python=3.7
5+
- python=3.8
86
- matplotlib
97
- networkx
108
- scipy
119
- numpy
1210
- nxviz
1311
- hiveplot
14-
- jupyter=1.0.0
15-
- jupyterlab=2.2.6
16-
- ipykernel=5.3.4
17-
- pandas=1.1.1
12+
- jupyter
13+
- jupyterlab
14+
- ipykernel
15+
- pandas>=1.0
1816
- rise
1917
- python-louvain
2018
- tqdm
2119
- ffmpeg
22-
- nbstripout=0.3.9
20+
- nbstripout>=0.3.9
2321
- pygments
2422
- pip
2523
- pyprojroot
@@ -28,8 +26,8 @@ dependencies:
2826
- pyjanitor
2927
- pre-commit
3028
- tabulate # used for exporting dataframe as Markdown tables
31-
- nbconvert=6.0.7
32-
- nbconvert-utils=0.6
29+
- nbconvert>=6.0.7
30+
- nbconvert-utils>=0.6
3331
- pymdown-extensions
3432
- mkdocs-material
3533
- mkdocs

0 commit comments

Comments
 (0)