File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
-
2
1
===========
3
2
Change Logs
4
3
===========
5
4
5
+ 0.5.1
6
+ =====
7
+
8
+ * :pr: `132 ` builds against scikit-learn==1.5.0, python 3.12
9
+
6
10
0.5.0
7
11
=====
8
12
Original file line number Diff line number Diff line change 1
- __version__ = "0.5.0 "
1
+ __version__ = "0.5.1 "
2
2
__author__ = "Xavier Dupré"
3
3
__github__ = "https://github.com/sdpython/mlinsights"
4
4
__url__ = "https://sdpython.github.io/doc/dev/mlinsights/"
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} ; abi3audit
117
117
archs = [" x86_64" ]
118
118
build = " cp*"
119
119
skip = " cp36-* cp37-* cp38-* cp39-* cp313-* pypy* pp*"
120
+ before-build = " brew install libomp llvm"
120
121
121
122
[tool .cibuildwheel .windows ]
122
123
archs = [" AMD64" ]
You can’t perform that action at this time.
0 commit comments