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

Commit 06d7fab

Browse files
RLS v1.5.2 (#200)
* RLS v1.5.2 * Upgrade numpy version for ARM py39, and remove patch version for all so last is used * Revert and only update failing version
1 parent 0d9e973 commit 06d7fab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
global:
99
- REPO_DIR=pandas
1010
# on release change this to a version
11-
- BUILD_COMMIT="v1.5.1"
11+
- BUILD_COMMIT="v1.5.2"
1212
- UNICODE_WIDTH=32
1313
- PLAT=aarch64
1414
- NP_BUILD_DEP="numpy==1.17.3"
@@ -30,8 +30,8 @@ jobs:
3030
- os: linux
3131
env:
3232
- MB_PYTHON_VERSION=3.9
33-
- NP_BUILD_DEP="numpy==1.19.1"
34-
- NP_TEST_DEP="numpy==1.19.1"
33+
- NP_BUILD_DEP="numpy==1.19.3"
34+
- NP_TEST_DEP="numpy==1.19.3"
3535
- os: linux
3636
env:
3737
- MB_PYTHON_VERSION="3.10"

azure/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
vmImage: ${{ parameters.vmImage }}
1010
variables:
1111
REPO_DIR: "pandas"
12-
BUILD_COMMIT: "v1.5.1"
12+
BUILD_COMMIT: "v1.5.2"
1313
PLAT: "x86_64"
1414
NP_BUILD_DEP: "numpy==1.17.3"
1515
CYTHON_BUILD_DEP: "cython==0.29.32"

azure/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
pool:
99
vmImage: ${{ parameters.vmImage }}
1010
variables:
11-
BUILD_COMMIT: "v1.5.1"
11+
BUILD_COMMIT: "v1.5.2"
1212
NP_BUILD_DEP: "1.17.3"
1313
CYTHON_BUILD_DEP: "0.29.32"
1414
NIGHTLY_BUILD_COMMIT: "main"

0 commit comments

Comments
 (0)