Skip to content

Commit

Permalink
Pin llvm-openmp=11 when building wheels for macOS (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly authored Jun 2, 2023
1 parent 6c657ef commit 5206e34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Changelog
=========

2.5.2 - UNRELEASED
2.5.2 - 2023-06-02
------------------

**Bug fix**
Expand All @@ -18,6 +18,7 @@ Changelog
**Other changes:**

- Remove dev dependency on ``dask_ml``.
- We now pin ``llvm-openmp=11`` when creating the wheel for macOS in line with what scikit-learn does.


2.5.1 - 2023-05-19
Expand Down
2 changes: 1 addition & 1 deletion build_tools/prepare_macos_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ else
CONDA_CHANNEL="conda-forge/osx-64"
fi

conda create -n build -c $CONDA_CHANNEL llvm-openmp
conda create -n build -c $CONDA_CHANNEL 'llvm-openmp=11'

0 comments on commit 5206e34

Please sign in to comment.