Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit 7106704

Browse files
authored
Merge pull request ASUS-AICS#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

+1-1
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

+2-2
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)