Skip to content

Commit a587d8a

Browse files
committed
Add conda environment
1 parent 4084083 commit a587d8a

File tree

2 files changed

+116
-1
lines changed

2 files changed

+116
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ Supporting materials:
4545

4646
1. `julia_omp.f90`: Fortran source code used in several of the Jupyter
4747
notebooks.
48-
48+
1. `conda_environment.yml`: conda environment (Linux 64-bit) to run
49+
the notebooks.

conda_environment.yml

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
name: python_sys_prog
2+
channels:
3+
- defaults
4+
dependencies:
5+
- asn1crypto=0.24.0=py37_0
6+
- backcall=0.1.0=py37_0
7+
- bcrypt=3.1.4=py37h14c3975_0
8+
- binutils_impl_linux-64=2.31.1=h6176602_1
9+
- binutils_linux-64=2.31.1=h6176602_3
10+
- blas=1.0=mkl
11+
- bleach=3.0.2=py37_0
12+
- ca-certificates=2018.03.07=0
13+
- certifi=2018.10.15=py37_0
14+
- cffi=1.11.5=py37he75722e_1
15+
- cryptography=2.3.1=py37hc365091_0
16+
- cycler=0.10.0=py37_0
17+
- dbus=1.13.2=h714fa37_1
18+
- decorator=4.3.0=py37_0
19+
- entrypoints=0.2.3=py37_2
20+
- expat=2.2.6=he6710b0_0
21+
- fontconfig=2.13.0=h9420a91_0
22+
- freetype=2.9.1=h8a8886c_1
23+
- gcc_impl_linux-64=7.3.0=habb00fd_1
24+
- gcc_linux-64=7.3.0=h553295d_3
25+
- gfortran_impl_linux-64=7.3.0=hdf63c60_1
26+
- gfortran_linux-64=7.3.0=h553295d_3
27+
- glib=2.56.2=hd408876_0
28+
- gmp=6.1.2=h6c8ec71_1
29+
- gst-plugins-base=1.14.0=hbbd80ab_1
30+
- gstreamer=1.14.0=hb453b48_1
31+
- icu=58.2=h9c2bf20_1
32+
- idna=2.7=py37_0
33+
- intel-openmp=2019.0=118
34+
- ipykernel=5.1.0=py37h39e3cac_0
35+
- ipython=7.1.1=py37h39e3cac_0
36+
- ipython_genutils=0.2.0=py37_0
37+
- ipywidgets=7.4.2=py37_0
38+
- jedi=0.13.1=py37_0
39+
- jinja2=2.10=py37_0
40+
- jpeg=9b=h024ee3a_2
41+
- jsonschema=2.6.0=py37_0
42+
- jupyter=1.0.0=py37_7
43+
- jupyter_client=5.2.3=py37_0
44+
- jupyter_console=6.0.0=py37_0
45+
- jupyter_core=4.4.0=py37_0
46+
- kiwisolver=1.0.1=py37hf484d3e_0
47+
- libedit=3.1.20170329=h6b74fdf_2
48+
- libffi=3.2.1=hd88cf55_4
49+
- libgcc-ng=8.2.0=hdf63c60_1
50+
- libgfortran-ng=7.3.0=hdf63c60_0
51+
- libpng=1.6.35=hbc83047_0
52+
- libsodium=1.0.16=h1bed415_0
53+
- libstdcxx-ng=8.2.0=hdf63c60_1
54+
- libuuid=1.0.3=h1bed415_2
55+
- libxcb=1.13=h1bed415_1
56+
- libxml2=2.9.8=h26e45fe_1
57+
- markupsafe=1.0=py37h14c3975_1
58+
- matplotlib=3.0.1=py37h5429711_0
59+
- mistune=0.8.4=py37h7b6447c_0
60+
- mkl=2019.0=118
61+
- mkl_fft=1.0.6=py37h7dd41cf_0
62+
- mkl_random=1.0.1=py37h4414c95_1
63+
- nbconvert=5.3.1=py37_0
64+
- nbformat=4.4.0=py37_0
65+
- ncurses=6.1=hf484d3e_0
66+
- notebook=5.7.0=py37_0
67+
- numpy=1.15.4=py37h1d66e8a_0
68+
- numpy-base=1.15.4=py37h81de0dd_0
69+
- openssl=1.0.2p=h14c3975_0
70+
- pandoc=2.2.3.2=0
71+
- pandocfilters=1.4.2=py37_1
72+
- paramiko=2.4.2=py37_0
73+
- parso=0.3.1=py37_0
74+
- pcre=8.42=h439df22_0
75+
- pexpect=4.6.0=py37_0
76+
- pickleshare=0.7.5=py37_0
77+
- pip=18.1=py37_0
78+
- prometheus_client=0.4.2=py37_0
79+
- prompt_toolkit=2.0.7=py37_0
80+
- psutil=5.4.8=py37h7b6447c_0
81+
- ptyprocess=0.6.0=py37_0
82+
- pyasn1=0.4.4=py37h28b3542_0
83+
- pycparser=2.19=py37_0
84+
- pygments=2.2.0=py37_0
85+
- pynacl=1.3.0=py37h7b6447c_0
86+
- pyparsing=2.3.0=py37_0
87+
- pyqt=5.9.2=py37h22d08a2_1
88+
- python=3.7.0=h6e4f718_3
89+
- python-dateutil=2.7.5=py37_0
90+
- pytz=2018.7=py37_0
91+
- pyzmq=17.1.2=py37h14c3975_0
92+
- qt=5.9.6=h8703b6f_2
93+
- qtconsole=4.4.2=py37_0
94+
- readline=7.0=h7b6447c_5
95+
- send2trash=1.5.0=py37_0
96+
- setuptools=40.5.0=py37_0
97+
- sh=1.12.14=py37_0
98+
- sip=4.19.13=py37he6710b0_0
99+
- six=1.11.0=py37_1
100+
- sqlite=3.25.2=h7b6447c_0
101+
- terminado=0.8.1=py37_1
102+
- testpath=0.4.2=py37_0
103+
- tk=8.6.8=hbc83047_0
104+
- tornado=5.1.1=py37h7b6447c_0
105+
- traitlets=4.3.2=py37_0
106+
- wcwidth=0.1.7=py37_0
107+
- webencodings=0.5.1=py37_1
108+
- wheel=0.32.2=py37_0
109+
- widgetsnbextension=3.4.2=py37_0
110+
- xz=5.2.4=h14c3975_4
111+
- zeromq=4.2.5=hf484d3e_1
112+
- zlib=1.2.11=ha838bed_2
113+
prefix: /home/gjb/miniconda3/envs/python_sys_prog
114+

0 commit comments

Comments
 (0)