Skip to content

Commit 6625e24

Browse files
committed
Fix sklearnex: bump scikit-learn-intelex>=2025.10.1 for NumPy 2.4 compat
The old floor (>=2023.0.1) allowed uv to resolve an older version that doesn't support NumPy 2.4 shipped in the new Colab base image. Raising the floor to >=2025.10.1 (which has explicit NumPy 2.4 fixes) ensures a compatible version is resolved during the main requirements install.
1 parent 082d086 commit 6625e24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kaggle_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ rgf-python
109109
s3fs
110110
scikit-learn
111111
# Scikit-learn accelerated library for x86
112-
scikit-learn-intelex>=2023.0.1
112+
scikit-learn-intelex>=2025.10.1
113113
scikit-multilearn
114114
scikit-optimize
115115
scikit-plot

0 commit comments

Comments
 (0)