-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathenvironment.yml
98 lines (98 loc) · 2.71 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
name: srl
channels:
- menpo
- pytorch
- defaults
dependencies:
- backports=1.0=py27h63c9359_1
- backports.functools_lru_cache=1.4=py27he8db605_1
- backports.shutil_get_terminal_size=1.0.0=py27h5bc021e_2
- backports_abc=0.5=py27h7b3c97b_0
- ca-certificates=2017.08.26=h1d4fec5_0
- certifi=2017.11.5=py27h71e7faf_0
- cffi=1.11.2=py27ha7929c6_0
- cudatoolkit=8.0=3
- cycler=0.10.0=py27hc7354d3_0
- dbus=1.10.22=h3b5a359_0
- decorator=4.1.2=py27h1544723_0
- enum34=1.1.6=py27h99a27e9_1
- expat=2.2.5=he0dffb1_0
- fontconfig=2.12.4=h88586e7_1
- freetype=2.8=hab7d2ae_1
- functools32=3.2.3.2=py27h4ead58f_1
- glib=2.53.6=h5d9569c_2
- gst-plugins-base=1.12.2=he3457e5_0
- gstreamer=1.12.2=h4f93127_0
- icu=58.2=h9c2bf20_1
- intel-openmp=2018.0.0=hc7b2577_8
- ipython=5.4.1=py27h36c99b6_1
- ipython_genutils=0.2.0=py27h89fb69b_0
- jpeg=9b=h024ee3a_2
- libedit=3.1=heed3624_0
- libffi=3.2.1=hd88cf55_4
- libgcc-ng=7.2.0=h7cc24e2_2
- libgfortran-ng=7.2.0=h9f7466a_2
- libpng=1.6.32=hbd3595f_4
- libstdcxx-ng=7.2.0=h7a57d05_2
- libtiff=4.0.9=h28f6b97_0
- libxcb=1.12=hcd93eb1_4
- libxml2=2.9.4=h2e8b1d7_6
- matplotlib=2.1.0=py27h09aba24_0
- mkl=2018.0.1=h19d6760_4
- ncurses=6.0=h9df7e31_2
- numpy=1.13.3=py27hbcc08e0_0
- olefile=0.44=py27h4bd3e3c_0
- openssl=1.0.2m=h26d622b_1
- pathlib2=2.3.0=py27h6e9d198_0
- pcre=8.41=hc27e229_1
- pexpect=4.3.0=py27hdeba8d9_0
- pickleshare=0.7.4=py27h09770e1_0
- pillow=4.3.0=py27h353bd0c_1
- pip=9.0.1=py27ha730c48_4
- prompt_toolkit=1.0.15=py27h1b593e1_0
- ptyprocess=0.5.2=py27h4ccb14c_0
- pycparser=2.18=py27hefa08c5_1
- pygments=2.2.0=py27h4a8b6f5_0
- pyparsing=2.2.0=py27hf1513f8_1
- pyqt=5.6.0=py27h4b1e83c_5
- python=2.7.14=h91f54f5_26
- python-dateutil=2.6.1=py27h4ca5741_1
- pytz=2017.3=py27h001bace_0
- qt=5.6.2=h974d657_12
- readline=7.0=ha6073c6_4
- scandir=1.6=py27hf7388dc_0
- scikit-learn=0.19.1=py27h445a80a_0
- scipy=1.0.0=py27hf5f0f52_0
- setuptools=36.5.0=py27h68b189e_0
- simplegeneric=0.8.1=py27h19e43cd_0
- singledispatch=3.4.0.3=py27h9bcb476_0
- sip=4.18.1=py27he9ba0ab_2
- six=1.11.0=py27h5f960f1_1
- sqlite=3.20.1=hb898158_2
- ssl_match_hostname=3.5.0.1=py27h4ec10b9_2
- subprocess32=3.2.7=py27h373dbce_0
- tk=8.6.7=hc745277_3
- tornado=4.5.2=py27h97b179f_0
- traitlets=4.3.2=py27hd6ce930_0
- wcwidth=0.1.7=py27h9e3e1ab_0
- wheel=0.30.0=py27h2bc6bb2_1
- xz=5.2.3=h55aa19d_2
- zlib=1.2.11=ha838bed_2
- opencv=2.4.11=nppy27_0
- cuda80=1.0
- pytorch=0.4.1
- torchvision=0.2.1
- pip:
- backports-abc==0.5
- backports.functools-lru-cache==1.4
- backports.shutil-get-terminal-size==1.0.0
- backports.ssl-match-hostname==3.5.0.1
- ipython-genutils==0.2.0
- pandas==0.21.0
- prompt-toolkit==1.0.15
- pytest-cov==2.5.1
- pytest==3.5.0
- pyzmq==16.0.2
- seaborn==0.8.1
- termcolor==1.1.0
- tqdm==4.19.4