Skip to content

Commit e1e6e7d

Browse files
committed
Set sklearn version >= 1.5
1 parent 79ff1a9 commit e1e6e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
KEYWORDS = ["hierarchical classification"]
2828
DACS_SOFTWARE = "https://gitlab.com/dacs-hpi"
2929
# What packages are required for this module to be executed?
30-
REQUIRED = ["networkx", "numpy", "scikit-learn", "scipy"]
30+
REQUIRED = ["networkx", "numpy", "scikit-learn>=1.5", "scipy"]
3131

3232
# What packages are optional?
3333
# 'fancy feature': ['django'],}

0 commit comments

Comments
 (0)