X Tutup
Skip to content

Commit 6946a7f

Browse files
committed
Adding environment.yml
1 parent 8054670 commit 6946a7f

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed

environment.yml

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
name: modsimpy
2+
channels:
3+
- unidata
4+
- vpython
5+
- dsdale24
6+
- defaults
7+
dependencies:
8+
- beautifulsoup4=4.6.0=py36_0
9+
- bleach=1.5.0=py36_0
10+
- certifi=2016.2.28=py36_0
11+
- cycler=0.10.0=py36_0
12+
- dbus=1.10.20=0
13+
- decorator=4.1.2=py36_0
14+
- entrypoints=0.2.3=py36_0
15+
- expat=2.1.0=0
16+
- fontconfig=2.12.1=3
17+
- freetype=2.5.5=2
18+
- glib=2.50.2=1
19+
- gst-plugins-base=1.8.0=0
20+
- gstreamer=1.8.0=0
21+
- html5lib=0.9999999=py36_0
22+
- icu=54.1=0
23+
- ipykernel=4.6.1=py36_0
24+
- ipython=6.1.0=py36_0
25+
- ipython_genutils=0.2.0=py36_0
26+
- ipywidgets=6.0.0=py36_0
27+
- jedi=0.10.2=py36_2
28+
- jinja2=2.9.6=py36_0
29+
- jpeg=9b=0
30+
- jsonschema=2.6.0=py36_0
31+
- jupyter=1.0.0=py36_3
32+
- jupyter_client=5.1.0=py36_0
33+
- jupyter_console=5.2.0=py36_0
34+
- jupyter_core=4.3.0=py36_0
35+
- libffi=3.2.1=1
36+
- libgcc=5.2.0=0
37+
- libgfortran=3.0.0=1
38+
- libiconv=1.14=0
39+
- libpng=1.6.30=1
40+
- libsodium=1.0.10=0
41+
- libxcb=1.12=1
42+
- libxml2=2.9.4=0
43+
- libxslt=1.1.29=0
44+
- lxml=3.8.0=py36_0
45+
- markupsafe=1.0=py36_0
46+
- matplotlib=2.0.2=np113py36_0
47+
- mistune=0.7.4=py36_0
48+
- mkl=2017.0.3=0
49+
- mpmath=0.19=py36_1
50+
- nbconvert=5.2.1=py36_0
51+
- nbformat=4.4.0=py36_0
52+
- notebook=5.0.0=py36_0
53+
- numpy=1.13.1=py36_0
54+
- openssl=1.0.2l=0
55+
- pandas=0.20.3=py36_0
56+
- pandocfilters=1.4.2=py36_0
57+
- path.py=10.3.1=py36_0
58+
- patsy=0.4.1=py36_0
59+
- pcre=8.39=1
60+
- pexpect=4.2.1=py36_0
61+
- pickleshare=0.7.4=py36_0
62+
- pip=9.0.1=py36_1
63+
- prompt_toolkit=1.0.15=py36_0
64+
- ptyprocess=0.5.2=py36_0
65+
- pygments=2.2.0=py36_0
66+
- pyparsing=2.2.0=py36_0
67+
- pyqt=5.6.0=py36_2
68+
- python=3.6.2=0
69+
- python-dateutil=2.6.1=py36_0
70+
- pytz=2017.2=py36_0
71+
- pyzmq=16.0.2=py36_0
72+
- qt=5.6.2=5
73+
- qtconsole=4.3.1=py36_0
74+
- readline=6.2=2
75+
- scipy=0.19.1=np113py36_0
76+
- seaborn=0.8=py36_0
77+
- setuptools=36.4.0=py36_1
78+
- simplegeneric=0.8.1=py36_1
79+
- sip=4.18=py36_0
80+
- six=1.10.0=py36_0
81+
- sqlite=3.13.0=0
82+
- statsmodels=0.8.0=np113py36_0
83+
- sympy=1.1.1=py36_0
84+
- terminado=0.6=py36_0
85+
- testpath=0.3.1=py36_0
86+
- tk=8.5.18=0
87+
- tornado=4.5.2=py36_0
88+
- traitlets=4.3.2=py36_0
89+
- ujson=1.35=py36_0
90+
- wcwidth=0.1.7=py36_0
91+
- wheel=0.29.0=py36_0
92+
- widgetsnbextension=3.0.2=py36_0
93+
- xz=5.2.3=0
94+
- zeromq=4.1.5=0
95+
- zlib=1.2.11=0
96+
- pint=0.7.2=py36_2
97+
- autobahn=17.10.1=py_0
98+
- txaio=2.8.2=py_0
99+
- vpnotebook=0.1.3=py36_1
100+
- vpython=7.2.0=py36hcaea454_0
101+
- pip:
102+
- ipython-genutils==0.2.0
103+
- jupyter-client==5.1.0
104+
- jupyter-console==5.2.0
105+
- jupyter-core==4.3.0
106+
- prompt-toolkit==1.0.15
107+
prefix: /home/downey/anaconda3/envs/modsimpy
108+

0 commit comments

Comments
 (0)
X Tutup