Skip to content

Commit 541708f

Browse files
committed
mac
1 parent bdb302b commit 541708f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOGS.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
21
===========
32
Change Logs
43
===========
54

5+
0.5.1
6+
=====
7+
8+
* :pr:`132` builds against scikit-learn==1.5.0, python 3.12
9+
610
0.5.0
711
=====
812

mlinsights/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.5.1"
22
__author__ = "Xavier Dupré"
33
__github__ = "https://github.com/sdpython/mlinsights"
44
__url__ = "https://sdpython.github.io/doc/dev/mlinsights/"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} ; abi3audit
117117
archs = ["x86_64"]
118118
build = "cp*"
119119
skip = "cp36-* cp37-* cp38-* cp39-* cp313-* pypy* pp*"
120+
before-build = "brew install libomp llvm"
120121

121122
[tool.cibuildwheel.windows]
122123
archs = ["AMD64"]

0 commit comments

Comments
 (0)