Skip to content

Commit ac90c15

Browse files
CI update lock for scikit-learn 1.8.0 (#208)
1 parent 2b6272d commit ac90c15

File tree

5 files changed

+6738
-6564
lines changed

5 files changed

+6738
-6564
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build wheels
3636
uses: pypa/[email protected]
3737
env:
38-
CIBW_SKIP: "*_i686 *_ppc64le *_s390x *_universal2 *-musllinux_* cp314t*"
38+
CIBW_SKIP: "*_i686 *_ppc64le *_s390x *_universal2 *-musllinux_*"
3939
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
4040
CIBW_ARCHS_LINUX: auto
4141
CIBW_ARCHS_MACOS: x86_64 arm64

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'fastcan',
33
'c', 'cython',
4-
version: '0.4.1',
4+
version: '0.5.0',
55
license: 'MIT',
66
meson_version: '>= 1.1.0',
77
default_options: [

0 commit comments

Comments
 (0)