Skip to content

Commit b9b65be

Browse files
authored
MNT require sklearn >= 1.6 (#37)
1 parent 2d6494e commit b9b65be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"numpy",
2020
"scipy",
2121
"h5py",
22-
"scikit-learn>=0.23",
22+
"scikit-learn>=1.6",
2323
"matplotlib",
2424
"networkx",
2525
"pydot",

0 commit comments

Comments
 (0)