Skip to content

Commit a7d3d83

Browse files
Karen UllrichKaren Ullrich
Karen Ullrich
authored and
Karen Ullrich
committed
add conda environment file
1 parent d7d9f71 commit a7d3d83

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

environment.yml

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
name: BCDL
2+
channels:
3+
- pytorch
4+
- defaults
5+
dependencies:
6+
- ca-certificates=2018.03.07=0
7+
- certifi=2018.1.18=py27_0
8+
- cffi=1.11.5=py27h9745a5d_0
9+
- cudatoolkit=8.0=3
10+
- freetype=2.8=hab7d2ae_1
11+
- imageio=2.3.0=py27_0
12+
- intel-openmp=2018.0.0=8
13+
- jpeg=9b=h024ee3a_2
14+
- libedit=3.1=heed3624_0
15+
- libffi=3.2.1=hd88cf55_4
16+
- libgcc-ng=7.2.0=hdf63c60_3
17+
- libgfortran-ng=7.2.0=hdf63c60_3
18+
- libpng=1.6.34=hb9fc6fc_0
19+
- libstdcxx-ng=7.2.0=hdf63c60_3
20+
- libtiff=4.0.9=h28f6b97_0
21+
- mkl=2018.0.2=1
22+
- mkl_fft=1.0.1=py27h3010b51_0
23+
- mkl_random=1.0.1=py27h629b387_0
24+
- ncurses=6.0=h9df7e31_2
25+
- numpy=1.14.2=py27hdbf6ddf_1
26+
- olefile=0.45.1=py27_0
27+
- openssl=1.0.2o=h20670df_0
28+
- pillow=5.0.0=py27h3deb7b8_0
29+
- pip=9.0.3=py27_0
30+
- pycparser=2.18=py27hefa08c5_1
31+
- python=2.7.14=h1571d57_31
32+
- readline=7.0=ha6073c6_4
33+
- scipy=1.0.1=py27hfc37229_0
34+
- setuptools=39.0.1=py27_0
35+
- six=1.11.0=py27h5f960f1_1
36+
- sqlite=3.22.0=h1bed415_0
37+
- tk=8.6.7=hc745277_3
38+
- wheel=0.31.0=py27_0
39+
- xz=5.2.3=h55aa19d_2
40+
- zlib=1.2.11=ha838bed_2
41+
- pytorch=0.3.1=py27_cuda8.0.61_cudnn7.1.2_3
42+
- torchvision=0.2.0=py27hfb27419_1
43+
- pip:
44+
- backports-abc==0.4
45+
- backports.functools-lru-cache==1.5
46+
- backports.ssl-match-hostname==3.5.0.1
47+
- cycler==0.10.0
48+
- functools32==3.2.3.post2
49+
- ipython-genutils==0.1.0
50+
- ipywidgets==4.1.1
51+
- jsonschema==2.5.1
52+
- kiwisolver==1.0.1
53+
- matplotlib==2.2.2
54+
- nbformat==4.0.1
55+
- pandas==0.22.0
56+
- path.py==8.1.2
57+
- ptyprocess==0.5.1
58+
- pyparsing==2.2.0
59+
- python-dateutil==2.7.2
60+
- pytz==2018.4
61+
- seaborn==0.8.1
62+
- singledispatch==3.4.0.3
63+
- subprocess32==3.2.7
64+
- terminado==0.6
65+
- torch==0.3.1.post3
66+
- tornado==4.3

0 commit comments

Comments
 (0)