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

0.22.2 release #47

Merged
merged 5 commits into from
Feb 28, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "scikit-learn"]
path = scikit-learn
url = git://github.com/scikit-learn/scikit-learn.git
url = git://github.com/jeremiedbb/scikit-learn.git
[submodule "multibuild"]
path = multibuild
url = https://github.com/matthew-brett/multibuild.git
2 changes: 1 addition & 1 deletion azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
vmImage: ${{ parameters.vmImage }}
variables:
REPO_DIR: "scikit-learn"
BUILD_COMMIT: "0.22.1"
BUILD_COMMIT: "0.22.1-release-branch"
PLAT: "x86_64"
NP_BUILD_DEP: "numpy==1.11.0"
CYTHON_BUILD_DEP: "cython==0.29.14"
Expand Down
2 changes: 1 addition & 1 deletion azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
pool:
vmImage: ${{ parameters.vmImage }}
variables:
BUILD_COMMIT: "0.22.1"
BUILD_COMMIT: "0.22.1-release-branch"
SKLEARN_SKIP_NETWORK_TESTS: "1"
NP_BUILD_DEP: "1.11.0"
CYTHON_BUILD_DEP: "0.29.14"
Expand Down