Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: xadupre <[email protected]>
  • Loading branch information
xadupre committed Feb 26, 2025
1 parent a970803 commit 008d390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sklearn_nearest_neighbour_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ def test_model_knn_iris_classifier_multi_reg3_weight(self):
)
@ignore_warnings(category=DeprecationWarning)
@unittest.skipIf(
pv.Version(ort_version) <= pv.Version("1.18.0"),
pv.Version(ort_version) < pv.Version("1.20.0"),
reason="onnxruntime not recent enough",
)
def test_sklearn_knn_imputer_issue_2025(self):
Expand Down

0 comments on commit 008d390

Please sign in to comment.