Skip to content

Commit

Permalink
RLS v1.1.5 (MacPython#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins authored Dec 7, 2020
1 parent 6bcb603 commit 39fa1c8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
global:
- REPO_DIR=pandas
# on release change this to a version
- BUILD_COMMIT="v1.1.4"
- BUILD_COMMIT="v1.1.5"
- UNICODE_WIDTH=32
- PLAT=aarch64
- NP_BUILD_DEP="numpy==1.13.3"
Expand Down
18 changes: 9 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trigger:
- master

pr:
- master
- master

jobs:
- template: azure/windows.yml
Expand All @@ -22,20 +22,20 @@ jobs:
py_3.6_32:
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.13.3"
NP_BUILD_DEP: "1.15.4"
py_3.6_64:
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.13.3"
NP_BUILD_DEP: "1.15.4"
py_3.7_32:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.14.5"
NP_BUILD_DEP: "1.15.4"
NIGHTLY_BUILD: "true"
py_3.7_64:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.14.5"
NP_BUILD_DEP: "1.15.4"
NIGHTLY_BUILD: "true"
py_3.8_32:
PYTHON_VERSION: "3.8"
Expand Down Expand Up @@ -71,11 +71,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.15.4"
NIGHTLY_BUILD: "true"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.14.5"
NP_BUILD_DEP: "numpy==1.15.4"
NIGHTLY_BUILD: "true"
py_3.8_32:
MB_PYTHON_VERSION: "3.8"
Expand Down Expand Up @@ -104,10 +104,10 @@ jobs:
matrix:
py_3.6_64:
MB_PYTHON_VERSION: "3.6"
NP_BUILD_DEP: "numpy==1.13.3"
NP_BUILD_DEP: "numpy==1.15.4"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.14.5"
NP_BUILD_DEP: "numpy==1.15.4"
NIGHTLY_BUILD: "true"
py_3.8_64:
MB_PYTHON_VERSION: "3.8"
Expand Down
4 changes: 2 additions & 2 deletions azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
vmImage: ${{ parameters.vmImage }}
variables:
REPO_DIR: "pandas"
BUILD_COMMIT: "v1.1.4"
BUILD_COMMIT: "v1.1.5"
PLAT: "x86_64"
NP_BUILD_DEP: "numpy==1.13.3"
NP_BUILD_DEP: "numpy==1.15.4"
CYTHON_BUILD_DEP: "cython==0.29.21"
NIGHTLY_BUILD_COMMIT: "master"
NIGHTLY_BUILD: "false"
Expand Down
4 changes: 2 additions & 2 deletions azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
pool:
vmImage: ${{ parameters.vmImage }}
variables:
BUILD_COMMIT: "v1.1.4"
NP_BUILD_DEP: "1.13.3"
BUILD_COMMIT: "v1.1.5"
NP_BUILD_DEP: "1.15.4"
CYTHON_BUILD_DEP: "0.29.21"
NIGHTLY_BUILD_COMMIT: "master"
NIGHTLY_BUILD: "false"
Expand Down

0 comments on commit 39fa1c8

Please sign in to comment.