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

Commit

Permalink
change NP_BUILD_DEP
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins committed Nov 24, 2020
1 parent 3d2e30a commit ec34776
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
py_3.7_32:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.14.5"
NP_BUILD_DEP: "1.16.5"
NIGHTLY_BUILD: "true"
py_3.7_64:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.14.5"
NP_BUILD_DEP: "1.16.5"
NIGHTLY_BUILD: "true"
py_3.8_32:
PYTHON_VERSION: "3.8"
Expand Down Expand Up @@ -58,11 +58,11 @@ jobs:
py_3.7_32:
MB_PYTHON_VERSION: "3.7"
PLAT: "i686"
NP_BUILD_DEP: "numpy==1.14.5"
NP_BUILD_DEP: "numpy==1.16.5"
NIGHTLY_BUILD: "true"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.14.5"
NP_BUILD_DEP: "numpy==1.16.5"
NIGHTLY_BUILD: "true"
py_3.8_32:
MB_PYTHON_VERSION: "3.8"
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
matrix:
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.14.5"
NP_BUILD_DEP: "numpy==1.16.5"
NIGHTLY_BUILD: "true"
py_3.8_64:
MB_PYTHON_VERSION: "3.8"
Expand Down
2 changes: 1 addition & 1 deletion azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
REPO_DIR: "pandas"
BUILD_COMMIT: "master"
PLAT: "x86_64"
NP_BUILD_DEP: "numpy==1.13.3"
NP_BUILD_DEP: "numpy==1.16.5"
CYTHON_BUILD_DEP: "cython==0.29.21"
NIGHTLY_BUILD_COMMIT: "master"
NIGHTLY_BUILD: "false"
Expand Down
2 changes: 1 addition & 1 deletion azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
vmImage: ${{ parameters.vmImage }}
variables:
BUILD_COMMIT: "master"
NP_BUILD_DEP: "1.13.3"
NP_BUILD_DEP: "1.16.5"
CYTHON_BUILD_DEP: "0.29.21"
NIGHTLY_BUILD_COMMIT: "master"
NIGHTLY_BUILD: "false"
Expand Down

0 comments on commit ec34776

Please sign in to comment.