This repository was archived by the owner on May 3, 2023. It is now read-only.
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
22
22
py_3.7_32 :
23
23
PYTHON_VERSION : " 3.7"
24
24
PYTHON_ARCH : " x86"
25
- NP_BUILD_DEP : " 1.14 .5"
25
+ NP_BUILD_DEP : " 1.16 .5"
26
26
NIGHTLY_BUILD : " true"
27
27
py_3.7_64 :
28
28
PYTHON_VERSION : " 3.7"
29
29
PYTHON_ARCH : " x64"
30
- NP_BUILD_DEP : " 1.14 .5"
30
+ NP_BUILD_DEP : " 1.16 .5"
31
31
NIGHTLY_BUILD : " true"
32
32
py_3.8_32 :
33
33
PYTHON_VERSION : " 3.8"
@@ -58,11 +58,11 @@ jobs:
58
58
py_3.7_32 :
59
59
MB_PYTHON_VERSION : " 3.7"
60
60
PLAT : " i686"
61
- NP_BUILD_DEP : " numpy==1.14 .5"
61
+ NP_BUILD_DEP : " numpy==1.16 .5"
62
62
NIGHTLY_BUILD : " true"
63
63
py_3.7_64 :
64
64
MB_PYTHON_VERSION : " 3.7"
65
- NP_BUILD_DEP : " numpy==1.14 .5"
65
+ NP_BUILD_DEP : " numpy==1.16 .5"
66
66
NIGHTLY_BUILD : " true"
67
67
py_3.8_32 :
68
68
MB_PYTHON_VERSION : " 3.8"
91
91
matrix :
92
92
py_3.7_64 :
93
93
MB_PYTHON_VERSION : " 3.7"
94
- NP_BUILD_DEP : " numpy==1.14 .5"
94
+ NP_BUILD_DEP : " numpy==1.16 .5"
95
95
NIGHTLY_BUILD : " true"
96
96
py_3.8_64 :
97
97
MB_PYTHON_VERSION : " 3.8"
Original file line number Diff line number Diff line change 11
11
REPO_DIR : " pandas"
12
12
BUILD_COMMIT : " master"
13
13
PLAT : " x86_64"
14
- NP_BUILD_DEP : " numpy==1.13.3 "
14
+ NP_BUILD_DEP : " numpy==1.16.5 "
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 9
9
vmImage : ${{ parameters.vmImage }}
10
10
variables :
11
11
BUILD_COMMIT : " master"
12
- NP_BUILD_DEP : " 1.13.3 "
12
+ NP_BUILD_DEP : " 1.16.5 "
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