Skip to content

Commit

Permalink
FIX parse_version import from sklearn (skops-dev#412)
Browse files Browse the repository at this point in the history
* Empty commit for testing

* Let's check if adding .fixes fixes the error
  • Loading branch information
BenjaminBossan authored Feb 29, 2024
1 parent bcc1ec5 commit 2992413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skops/io/tests/test_visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
StandardScaler,
)
from sklearn.tree import DecisionTreeClassifier, DecisionTreeRegressor
from sklearn.utils import parse_version
from sklearn.utils.fixes import parse_version

import skops.io as sio

Expand Down

0 comments on commit 2992413

Please sign in to comment.