Skip to content

Commit a7b7b5a

Browse files
committed
Disable scikit_learn
1 parent dc29c5c commit a7b7b5a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

spk/beets/Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,10 @@ ifeq ($(call version_lt, $(TC_GCC), 5.0),1)
5454
WHEELS_CFLAGS += [pycryptodomex] -std=c11
5555
endif
5656

57+
# [pyppmd]
58+
ifeq ($(call version_lt, $(TC_GCC), 5.0),1)
59+
WHEELS_CFLAGS += [pyppmd] -std=c11
60+
endif
61+
5762
# [PyYAML]
5863
DEPENDS += cross/libyaml

spk/beets/src/requirements-crossenv.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ pyppmd==1.1.1
2222
PyYAML==6.0.2
2323
pyzstd==0.16.2
2424
reflink==0.2.2
25-
scikit_learn==1.6.1
25+
#scikit_learn==1.6.1
2626
scipy==1.15.1
2727
soxr==0.5.0.post1

0 commit comments

Comments
 (0)