File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 42
42
CIBW_SKIP : " cp35-* cp36-*"
43
43
CIBW_MANYLINUX_X86_64_IMAGE : manylinux1
44
44
CIBW_MANYLINUX_I686_IMAGE : manylinux1
45
- CIBW_BEFORE_BUILD : pip install numpy==1.15
45
+ CIBW_BEFORE_BUILD : pip install certifi numpy==1.15
46
46
MPL_DISABLE_FH4 : " yes"
47
47
48
48
- name : Build wheels for CPython 3.6
52
52
CIBW_BUILD : " cp36-*"
53
53
CIBW_MANYLINUX_X86_64_IMAGE : manylinux1
54
54
CIBW_MANYLINUX_I686_IMAGE : manylinux1
55
- CIBW_BEFORE_BUILD : pip install numpy==1.15
55
+ CIBW_BEFORE_BUILD : pip install certifi numpy==1.15
56
56
MPL_DISABLE_FH4 : " yes"
57
57
if : >
58
58
startsWith(github.ref, 'refs/heads/v3.3') ||
63
63
python -m cibuildwheel --output-dir dist
64
64
env :
65
65
CIBW_BUILD : " pp3?-*"
66
- CIBW_BEFORE_BUILD : pip install numpy==1.15
66
+ CIBW_BEFORE_BUILD : pip install certifi numpy==1.15
67
67
if : >
68
68
runner.os != 'Windows' && (
69
69
startsWith(github.ref, 'refs/heads/v3.3') ||
Original file line number Diff line number Diff line change @@ -287,7 +287,6 @@ def build_extensions(self):
287
287
"numpy>=1.15" ,
288
288
],
289
289
install_requires = [
290
- "certifi>=2020.06.20" ,
291
290
"cycler>=0.10" ,
292
291
"kiwisolver>=1.0.1" ,
293
292
"numpy>=1.15" ,
You can’t perform that action at this time.
0 commit comments