-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconda-environment-linux.yml
75 lines (74 loc) · 1.55 KB
/
conda-environment-linux.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
# Usage: conda env create -f <this-file>
name: smartva
channels:
- conda-forge
- defaults
dependencies:
- altgraph=0.14=py_0
- backports_abc=0.5=py27_0
- blas=1.1=openblas
- ca-certificates=2017.11.5=0
- cairo=1.14.6=0
- certifi=2017.11.5=py27_0
- click=6.6=py27_1
- colorama=0.3.7=py27_0
- cycler=0.10.0=py27_0
- dis3=0.1.1=py27_0
- fontconfig=2.11.1=6
- freetype=2.6.3=1
- functools32=3.2.3.2=py27_1
- future=0.16.0=py27_0
- gettext=0.19.7=1
- glib=2.51.4=0
- harfbuzz=1.3.4=0
- icu=56.1=4
- jpeg=9b=2
- libffi=3.2.1=3
- libiconv=1.15=0
- libpng=1.6.34=0
- libtiff=4.0.9=0
- libxml2=2.9.4=3
- macholib=1.8=py_0
- matplotlib=1.5.1=np111py27_4
- ncurses=5.9=10
- numpy=1.11.1=py27_blas_openblas_202
- openblas=0.2.18=6
- openssl=1.0.2m=0
- pandas=0.19.1=np111py27_0
- pango=1.40.3=0
- pcre=8.39=0
- pefile=2016.3.28=py27_0
- pip=9.0.1=py27_0
- pixman=0.34.0=1
- py=1.4.31=py27_0
- pycrypto=2.6.1=py27_1
- pyinstaller=3.3=py27_1
- pyqt=4.11.4=py27_2
- pytest=2.9.2=py27_0
- python=2.7.14=1
- pytz=2016.6.1=py27_0
- qt=4.8.7=3
- readline=6.2=0
- setuptools=38.2.4=py27_0
- singledispatch=3.4.0.3=py27_0
- sip=4.18=py27_1
- six=1.10.0=py27_1
- sqlite=3.13.0=1
- ssl_match_hostname=3.5.0.1=py27_1
- tk=8.5.19=2
- tornado=4.4.1=py27_1
- wheel=0.29.0=py27_0
- xlsxwriter=0.9.6=py27_0
- xz=5.2.3=0
- zlib=1.2.11=0
- libgfortran=3.0.0=1
- progressbar=2.3=py27_0
- pyparsing=2.1.4=py27_0
- python-dateutil=2.4.2=py27_0
- wxpython=3.0.0.0=py27_2
- pip:
- backports-abc==0.5
- backports.ssl-match-hostname==3.5.0.1
- stemming==1.0.1
- wxpython-common==3.0.0.0
prefix: /opt/conda/envs/smartva