@@ -169,6 +169,10 @@ scikit-learn = "~=1.5.0"
169
169
[tool .pixi .feature .sklearn-1-6 .dependencies ]
170
170
scikit-learn = " ~=1.6.0"
171
171
172
+ [tool .pixi .feature .scipy-1-15 .dependencies ]
173
+ # for scikit-learn < 1.7, scipy > 1.15 is raising a deprecation warning
174
+ scipy = " ~=1.15.0"
175
+
172
176
[tool .pixi .feature .py310 .dependencies ]
173
177
python = " ~=3.10.0"
174
178
@@ -212,9 +216,9 @@ ci-py310-min-optional-dependencies = ["py310", "min-dependencies", "min-optional
212
216
ci-py310-min-keras = [" py310" , " min-keras" , " tests" ]
213
217
ci-py310-min-tensorflow = [" py310" , " min-tensorflow" , " tests" ]
214
218
215
- ci-py311-sklearn-1-4 = [" py311" , " sklearn-1-4" , " tests" ]
216
- ci-py311-sklearn-1-5 = [" py311" , " sklearn-1-5" , " tests" ]
217
- ci-py312-sklearn-1-6 = [" py312" , " sklearn-1-6" , " tests" ]
219
+ ci-py311-sklearn-1-4 = [" py311" , " sklearn-1-4" , " scipy-1-15 " , " tests" ]
220
+ ci-py311-sklearn-1-5 = [" py311" , " sklearn-1-5" , " scipy-1-15 " , " tests" ]
221
+ ci-py312-sklearn-1-6 = [" py312" , " sklearn-1-6" , " scipy-1-15 " , " tests" ]
218
222
ci-py311-latest-tensorflow = [" py311" , " tensorflow" , " tests" ]
219
223
ci-py311-latest-keras = [" py311" , " keras" , " tests" ]
220
224
0 commit comments