Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 16ec4d4

Browse files
authored
BLD: Require Manylinux 2014 (#146)
1 parent ff2cf02 commit 16ec4d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,31 +59,37 @@ jobs:
5959
matrix:
6060
py_3.7_32:
6161
MB_PYTHON_VERSION: "3.7"
62+
MB_ML_VER: "2014"
6263
PLAT: "i686"
6364
NP_BUILD_DEP: "numpy==1.17.3"
6465
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
6566
NIGHTLY_BUILD: "false"
6667
py_3.7_64:
6768
MB_PYTHON_VERSION: "3.7"
69+
MB_ML_VER: "2014"
6870
NP_BUILD_DEP: "numpy==1.17.3"
6971
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
7072
NIGHTLY_BUILD: "false"
7173
py_3.8_32:
7274
MB_PYTHON_VERSION: "3.8"
75+
MB_ML_VER: "2014"
7376
PLAT: "i686"
7477
NP_BUILD_DEP: "numpy==1.17.3"
7578
NIGHTLY_BUILD: "true"
7679
py_3.8_64:
7780
MB_PYTHON_VERSION: "3.8"
81+
MB_ML_VER: "2014"
7882
NP_BUILD_DEP: "numpy==1.17.3"
7983
NIGHTLY_BUILD: "true"
8084
py_3.9_32:
8185
MB_PYTHON_VERSION: "3.9"
86+
MB_ML_VER: "2014"
8287
PLAT: "i686"
8388
NP_BUILD_DEP: "numpy==1.19.3"
8489
NIGHTLY_BUILD: "true"
8590
py_3.9_64:
8691
MB_PYTHON_VERSION: "3.9"
92+
MB_ML_VER: "2014"
8793
NP_BUILD_DEP: "numpy==1.19.3"
8894
NIGHTLY_BUILD: "true"
8995

0 commit comments

Comments
 (0)