-
-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathosx_python2.7.yaml
More file actions
60 lines (60 loc) · 723 Bytes
/
osx_python2.7.yaml
File metadata and controls
60 lines (60 loc) · 723 Bytes
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
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
bzip2:
- '1'
c_compiler:
- clang
c_compiler_version:
- '9'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '9'
libffi:
- '3.2'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
ncurses:
- '6.1'
openssl:
- 1.1.1
pin_run_as_build:
bzip2:
max_pin: x
libffi:
max_pin: x.x
ncurses:
max_pin: x.x
openssl:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
readline:
max_pin: x
sqlite:
max_pin: x
tk:
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- '2.7'
readline:
- '8.0'
sqlite:
- '3'
tk:
- '8.6'
xz:
- '5.2'
zlib:
- '1.2'