We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ff1a9 commit e1e6e7dCopy full SHA for e1e6e7d
setup.py
@@ -27,7 +27,7 @@
27
KEYWORDS = ["hierarchical classification"]
28
DACS_SOFTWARE = "https://gitlab.com/dacs-hpi"
29
# What packages are required for this module to be executed?
30
-REQUIRED = ["networkx", "numpy", "scikit-learn", "scipy"]
+REQUIRED = ["networkx", "numpy", "scikit-learn>=1.5", "scipy"]
31
32
# What packages are optional?
33
# 'fancy feature': ['django'],}
0 commit comments