-
Notifications
You must be signed in to change notification settings - Fork 4
/
python_environment.yml
120 lines (120 loc) · 2.68 KB
/
python_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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
name: newEnvironment
channels:
- !!python/unicode
'anaconda'
- !!python/unicode
'conda-forge'
- !!python/unicode
'defaults'
dependencies:
- !!python/unicode
'apptools=4.4.0=py27_0'
- !!python/unicode
'configobj=5.0.6=py27_0'
- !!python/unicode
'envisage=4.6.0=py27h63382cd_0'
- !!python/unicode
'intel-openmp=2018.0.0=hd92c6cd_8'
- !!python/unicode
'mkl=2017.0.4=h6d528fc_0'
- !!python/unicode
'numpy=1.12.1=py27_0'
- !!python/unicode
'pandas=0.19.2=np112py27_1'
- !!python/unicode
'pyface=5.1.0=py27_0'
- !!python/unicode
'pygments=2.2.0=py27_0'
- !!python/unicode
'python-dateutil=2.6.1=py27hbdcc174_1'
- !!python/unicode
'pytz=2017.3=py27hca431c1_0'
- !!python/unicode
'scipy=0.18.1=np112py27_1'
- !!python/unicode
'six=1.11.0=py27ha5e1701_1'
- !!python/unicode
'traits=4.6.0=py27_0'
- !!python/unicode
'traitsui=5.1.0=py27_0'
- !!python/unicode
'backports_abc=0.5=py27_0'
- !!python/unicode
'ca-certificates=2017.11.5=0'
- !!python/unicode
'cycler=0.10.0=py27_0'
- !!python/unicode
'expat=2.2.5=vc9_0'
- !!python/unicode
'freetype=2.7=vc9_1'
- !!python/unicode
'functools32=3.2.3.2=py27_1'
- !!python/unicode
'future=0.16.0=py27_0'
- !!python/unicode
'jpeg=9b=vc9_2'
- !!python/unicode
'libiconv=1.15=vc9_0'
- !!python/unicode
'libpng=1.6.34=vc9_0'
- !!python/unicode
'libtiff=4.0.9=vc9_0'
- !!python/unicode
'libxml2=2.9.3=vc9_9'
- !!python/unicode
'matplotlib=1.5.3=np112py27_8'
- !!python/unicode
'mayavi=4.5.0=np112py27_vc9_2'
- !!python/unicode
'openssl=1.0.2m=vc9_0'
- !!python/unicode
'pyparsing=2.2.0=py27_0'
- !!python/unicode
'pyqt=4.11.4=py27_2'
- !!python/unicode
'qt=4.8.7=vc9_6'
- !!python/unicode
'singledispatch=3.4.0.3=py27_0'
- !!python/unicode
'sip=4.18=py27_1'
- !!python/unicode
'ssl_match_hostname=3.5.0.1=py27_1'
- !!python/unicode
'tbb=2018_20170919=vc9_0'
- !!python/unicode
'tornado=4.5.2=py27_0'
- !!python/unicode
'vtk=7.1.1=py27_vc9_202'
- !!python/unicode
'zlib=1.2.11=vc9_0'
- !!python/unicode
'certifi=2016.2.28=py27_0'
- !!python/unicode
'et_xmlfile=1.0.1=py27_0'
- !!python/unicode
'jdcal=1.3=py27_0'
- !!python/unicode
'openpyxl=2.4.8=py27_0'
- !!python/unicode
'pip=9.0.1=py27_1'
- !!python/unicode
'python=2.7.13=1'
- !!python/unicode
'scikit-learn=0.19.0=np112py27_0'
- !!python/unicode
'setuptools=36.4.0=py27_1'
- !!python/unicode
'vc=9=0'
- !!python/unicode
'vs2008_runtime=9.00.30729.5054=0'
- !!python/unicode
'wheel=0.29.0=py27_0'
- !!python/unicode
'wincertstore=0.2=py27_0'
- !!python/unicode
'xlrd=1.0.0=py27_0'
- pip:
- backports-abc==0.5
- backports.ssl-match-hostname==3.5.0.1
- et-xmlfile==1.0.1
prefix: !!python/unicode 'C:\Program Files\Anaconda2\envs\newEnvironment'