We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55de3e3 commit bbfed0cCopy full SHA for bbfed0c
.github/workflows/wheels.yml
@@ -86,6 +86,7 @@ jobs:
86
OPENBLAS_NUM_THREADS=2
87
SKLEARN_SKIP_NETWORK_TESTS=1
88
SKLEARN_BUILD_PARALLEL=3
89
+ MACOSX_DEPLOYMENT_TARGET=10.13
90
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
91
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: bash build_tools/github/repair_windows_wheels.sh {wheel} {dest_dir} ${{ matrix.bitness }}
92
CIBW_BEFORE_TEST_WINDOWS: bash build_tools/github/build_minimal_windows_image.sh ${{ matrix.python }} ${{ matrix.bitness }}
0 commit comments