Skip to content

Commit 3204be3

Browse files
authored
Simplify Environment and python and anaconda=2020.07 (#150)
* disable cache * simplified env
1 parent 997c064 commit 3204be3

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

environment.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,8 @@ channels:
44
- conda-forge
55
dependencies:
66
- pip
7-
- python
8-
- jupyter
9-
- jupyterlab
10-
- nbconvert
11-
- pandoc
12-
- pandas
13-
- numba
14-
- numpy
15-
- matplotlib
16-
- networkx
17-
- sphinx=2.4.4
18-
- interpolation
19-
- seaborn
7+
- python=3.8
8+
- anaconda=2020.07
209
- pip:
2110
- sphinxcontrib-jupyter
2211
- sphinxcontrib-bibtex

0 commit comments

Comments
 (0)