Skip to content

Commit 7106704

Browse files
authored
Merge pull request #361 from ntumlgroup/fix-sklearn
Fixed sklearn version before GridSearchCV is fixed
2 parents 88e59da + 067a852 commit 7106704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ liblinear-multicore
22
numba
33
pandas>1.3.0
44
PyYAML
5-
scikit-learn
5+
scikit-learn==1.2.2
66
scipy
77
tqdm

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = libmultilabel
3-
version = 0.6.0
3+
version = 0.6.1
44
author = LibMultiLabel Team
55
license = MIT License
66
license_file = LICENSE
@@ -29,7 +29,7 @@ install_requires =
2929
numba
3030
pandas>1.3.0
3131
PyYAML
32-
scikit-learn
32+
scikit-learn==1.2.2
3333
scipy
3434
tqdm
3535

0 commit comments

Comments
 (0)