This repository was archived by the owner on May 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 8
8
global :
9
9
- REPO_DIR=pandas
10
10
# on release change this to a version
11
- - BUILD_COMMIT="v1.1.4 "
11
+ - BUILD_COMMIT="v1.1.5 "
12
12
- UNICODE_WIDTH=32
13
13
- PLAT=aarch64
14
14
- NP_BUILD_DEP="numpy==1.13.3"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ trigger:
11
11
- master
12
12
13
13
pr :
14
- - master
14
+ - master
15
15
16
16
jobs :
17
17
- template : azure/windows.yml
@@ -22,20 +22,20 @@ jobs:
22
22
py_3.6_32 :
23
23
PYTHON_VERSION : " 3.6"
24
24
PYTHON_ARCH : " x86"
25
- NP_BUILD_DEP : " 1.13.3 "
25
+ NP_BUILD_DEP : " 1.15.4 "
26
26
py_3.6_64 :
27
27
PYTHON_VERSION : " 3.6"
28
28
PYTHON_ARCH : " x64"
29
- NP_BUILD_DEP : " 1.13.3 "
29
+ NP_BUILD_DEP : " 1.15.4 "
30
30
py_3.7_32 :
31
31
PYTHON_VERSION : " 3.7"
32
32
PYTHON_ARCH : " x86"
33
- NP_BUILD_DEP : " 1.14.5 "
33
+ NP_BUILD_DEP : " 1.15.4 "
34
34
NIGHTLY_BUILD : " true"
35
35
py_3.7_64 :
36
36
PYTHON_VERSION : " 3.7"
37
37
PYTHON_ARCH : " x64"
38
- NP_BUILD_DEP : " 1.14.5 "
38
+ NP_BUILD_DEP : " 1.15.4 "
39
39
NIGHTLY_BUILD : " true"
40
40
py_3.8_32 :
41
41
PYTHON_VERSION : " 3.8"
@@ -71,11 +71,11 @@ jobs:
71
71
py_3.7_32 :
72
72
MB_PYTHON_VERSION : " 3.7"
73
73
PLAT : " i686"
74
- NP_BUILD_DEP : " numpy==1.14.5 "
74
+ NP_BUILD_DEP : " numpy==1.15.4 "
75
75
NIGHTLY_BUILD : " true"
76
76
py_3.7_64 :
77
77
MB_PYTHON_VERSION : " 3.7"
78
- NP_BUILD_DEP : " numpy==1.14.5 "
78
+ NP_BUILD_DEP : " numpy==1.15.4 "
79
79
NIGHTLY_BUILD : " true"
80
80
py_3.8_32 :
81
81
MB_PYTHON_VERSION : " 3.8"
@@ -104,10 +104,10 @@ jobs:
104
104
matrix :
105
105
py_3.6_64 :
106
106
MB_PYTHON_VERSION : " 3.6"
107
- NP_BUILD_DEP : " numpy==1.13.3 "
107
+ NP_BUILD_DEP : " numpy==1.15.4 "
108
108
py_3.7_64 :
109
109
MB_PYTHON_VERSION : " 3.7"
110
- NP_BUILD_DEP : " numpy==1.14.5 "
110
+ NP_BUILD_DEP : " numpy==1.15.4 "
111
111
NIGHTLY_BUILD : " true"
112
112
py_3.8_64 :
113
113
MB_PYTHON_VERSION : " 3.8"
Original file line number Diff line number Diff line change 9
9
vmImage : ${{ parameters.vmImage }}
10
10
variables :
11
11
REPO_DIR : " pandas"
12
- BUILD_COMMIT : " v1.1.4 "
12
+ BUILD_COMMIT : " v1.1.5 "
13
13
PLAT : " x86_64"
14
- NP_BUILD_DEP : " numpy==1.13.3 "
14
+ NP_BUILD_DEP : " numpy==1.15.4 "
15
15
CYTHON_BUILD_DEP : " cython==0.29.21"
16
16
NIGHTLY_BUILD_COMMIT : " master"
17
17
NIGHTLY_BUILD : " false"
Original file line number Diff line number Diff line change 8
8
pool :
9
9
vmImage : ${{ parameters.vmImage }}
10
10
variables :
11
- BUILD_COMMIT : " v1.1.4 "
12
- NP_BUILD_DEP : " 1.13.3 "
11
+ BUILD_COMMIT : " v1.1.5 "
12
+ NP_BUILD_DEP : " 1.15.4 "
13
13
CYTHON_BUILD_DEP : " 0.29.21"
14
14
NIGHTLY_BUILD_COMMIT : " master"
15
15
NIGHTLY_BUILD : " false"
You can’t perform that action at this time.
0 commit comments