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

Commit 67c4edc

Browse files
authored
0.22.2 release (#47)
1 parent bf605e2 commit 67c4edc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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: "scikit-learn"
12-
BUILD_COMMIT: "0.22.1"
12+
BUILD_COMMIT: "0.22.2"
1313
PLAT: "x86_64"
1414
NP_BUILD_DEP: "numpy==1.11.0"
1515
CYTHON_BUILD_DEP: "cython==0.29.14"

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: "0.22.1"
11+
BUILD_COMMIT: "0.22.2"
1212
SKLEARN_SKIP_NETWORK_TESTS: "1"
1313
NP_BUILD_DEP: "1.11.0"
1414
CYTHON_BUILD_DEP: "0.29.14"

0 commit comments

Comments
 (0)