-
Notifications
You must be signed in to change notification settings - Fork 1
/
environment.yml
executable file
·65 lines (64 loc) · 1.61 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name: myenv
channels:
- conda-forge
- defaults
dependencies:
# - appnope=0.1.0=py36_0
- bleach=2.0.0=py_1
- decorator=4.1.2=py36_0
- entrypoints=0.2.3=py36_1
- html5lib=1.0.1=py_0
- icu=58.2=0
- ipykernel=4.8.1=py36_0
- ipython=6.2.1=py36_1
- ipython_genutils=0.2.0=py36_0
- jedi=0.11.1=py36_0
- jinja2=2.10=py36_0
- jsonschema=2.6.0=py36_1
- jupyter_client=5.2.2=py36_0
- jupyter_contrib_core=0.3.3=py36_1
- jupyter_contrib_nbextensions=0.4.0=py36_0
- jupyter_core=4.4.0=py_0
- jupyter_dashboards=0.7.0=py36_0
- jupyter_highlight_selected_word=0.1.0=py36_0
- jupyter_latex_envs=1.4.0=py36_1
- jupyter_nbextensions_configurator=0.4.0=py36_0
- libiconv=1.15=0
- libsodium=1.0.15=1
- libxml2=2.9.7=0
- libxslt=1.1.32=0
- lxml=4.1.1=py36_0
- markupsafe=1.0=py36_0
- mistune=0.8.3=py_0
- nbconvert=5.3.1=py_1
- nbformat=4.4.0=py36_0
- notebook=5.4.0=py36_0
- pandoc=2.1.1=0
- pandocfilters=1.4.1=py36_0
- parso=0.1.1=py_0
- pexpect=4.4.0=py36_0
- pickleshare=0.7.4=py36_0
- prompt_toolkit=1.0.15=py36_0
- ptyprocess=0.5.2=py36_0
- pygments=2.2.0=py36_0
- pyyaml=3.12=py36_1
- pyzmq=17.0.0=py36_3
- send2trash=1.4.2=py_0
- simplegeneric=0.8.1=py36_0
- terminado=0.8.1=py36_0
- testpath=0.3.1=py36_0
- traitlets=4.3.2=py36_0
- wcwidth=0.1.7=py36_0
- webencodings=0.5=py36_0
- pip:
- ipython-genutils==0.2.0
- jupyter-client==5.2.2
- jupyter-contrib-core==0.3.3
- jupyter-contrib-nbextensions==0.4.0
- jupyter-core==4.4.0
- jupyter-dashboards==0.7.0
- jupyter-highlight-selected-word==0.1.0
- jupyter-latex-envs==1.4.0
- jupyter-nbextensions-configurator==0.4.0
- prompt-toolkit==1.0.15
prefix: /Users/demaasit/anaconda3/envs/myenv