Skip to content

Commit d7c57d4

Browse files
committed
Revert "manually merge dask#929"
This reverts commit 54771f3.
1 parent 8cd41a3 commit d7c57d4

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

ci/environment-3.7.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- pytest-cov
1818
- pytest-mock
1919
- python=3.7.*
20-
- scikit-learn==1.0.*
21-
- scipy<=1.7.1
20+
- scikit-learn>=1.0.0
21+
- scipy
2222
- sparse
23-
- toolz
23+
- toolz

ci/environment-3.8.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- pytest-cov
1818
- pytest-mock
1919
- python=3.8.*
20-
- scikit-learn==1.0.*
21-
- scipy<=1.7.1
20+
- scikit-learn>=1.0.0
21+
- scipy
2222
- sparse
23-
- toolz
23+
- toolz

ci/environment-3.9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ dependencies:
2020
- scikit-learn>=1.0.0
2121
- scipy
2222
- sparse
23-
- toolz
23+
- toolz

tests/model_selection/dask_searchcv/test_model_selection_sklearn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ def f1_loss(y_true_, y_pred_):
458458
assert_array_equal(y_pred, y_pred3)
459459

460460

461-
@pytest.mark.xfail(reason="will fix soon", strict=False)
462461
def test_grid_search_precomputed_kernel():
463462
# Test that grid search works when the input features are given in the
464463
# form of a precomputed kernel matrix

0 commit comments

Comments
 (0)