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.
2 parents 88e59da + 067a852 commit 7106704Copy full SHA for 7106704
requirements.txt
@@ -2,6 +2,6 @@ liblinear-multicore
2
numba
3
pandas>1.3.0
4
PyYAML
5
-scikit-learn
+scikit-learn==1.2.2
6
scipy
7
tqdm
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = libmultilabel
-version = 0.6.0
+version = 0.6.1
author = LibMultiLabel Team
license = MIT License
license_file = LICENSE
@@ -29,7 +29,7 @@ install_requires =
29
30
31
32
- scikit-learn
+ scikit-learn==1.2.2
33
34
35
0 commit comments