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

BLD: Require Manylinux 2014 #146

Merged
merged 1 commit into from
Jul 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,31 +59,37 @@ jobs:
matrix:
py_3.7_32:
MB_PYTHON_VERSION: "3.7"
MB_ML_VER: "2014"
PLAT: "i686"
NP_BUILD_DEP: "numpy==1.17.3"
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
NIGHTLY_BUILD: "false"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
MB_ML_VER: "2014"
NP_BUILD_DEP: "numpy==1.17.3"
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
NIGHTLY_BUILD: "false"
py_3.8_32:
MB_PYTHON_VERSION: "3.8"
MB_ML_VER: "2014"
PLAT: "i686"
NP_BUILD_DEP: "numpy==1.17.3"
NIGHTLY_BUILD: "true"
py_3.8_64:
MB_PYTHON_VERSION: "3.8"
MB_ML_VER: "2014"
NP_BUILD_DEP: "numpy==1.17.3"
NIGHTLY_BUILD: "true"
py_3.9_32:
MB_PYTHON_VERSION: "3.9"
MB_ML_VER: "2014"
PLAT: "i686"
NP_BUILD_DEP: "numpy==1.19.3"
NIGHTLY_BUILD: "true"
py_3.9_64:
MB_PYTHON_VERSION: "3.9"
MB_ML_VER: "2014"
NP_BUILD_DEP: "numpy==1.19.3"
NIGHTLY_BUILD: "true"

Expand Down