File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,7 @@ if [[ "$RUNNER_OS" == "macOS" ]]; then
18
18
export MACOSX_DEPLOYMENT_TARGET=12.0
19
19
OPENMP_URL=" https://anaconda.org/conda-forge/llvm-openmp/11.1.0/download/osx-arm64/llvm-openmp-11.1.0-hf3c4609_1.tar.bz2"
20
20
else
21
- # Currently, the oldest supported macos version is: High Sierra / 10.13.
22
- # Note that Darwin_17 == High Sierra / 10.13.
23
- export MACOSX_DEPLOYMENT_TARGET=10.13
21
+ export MACOSX_DEPLOYMENT_TARGET=10.9
24
22
OPENMP_URL=" https://anaconda.org/conda-forge/llvm-openmp/11.1.0/download/osx-64/llvm-openmp-11.1.0-hda6cdc1_1.tar.bz2"
25
23
fi
26
24
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ Changelog
19
19
have been changed in 1.1.
20
20
:pr: `23990 ` by :user: `Julien Jerphanion <jjerphan> `.
21
21
22
+ - |Fix | Wheels are now available for MacOS 10.9 and greater. :pr: `23833 ` by
23
+ `Thomas Fan `_.
24
+
22
25
:mod: `sklearn.base `
23
26
......................
24
27
You can’t perform that action at this time.
0 commit comments