Skip to content

Commit

Permalink
Merge pull request ASUS-AICS#361 from ntumlgroup/fix-sklearn
Browse files Browse the repository at this point in the history
Fixed sklearn version before GridSearchCV is fixed
  • Loading branch information
Eleven1Liu committed Feb 28, 2024
2 parents 88e59da + 067a852 commit 7106704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ liblinear-multicore
numba
pandas>1.3.0
PyYAML
scikit-learn
scikit-learn==1.2.2
scipy
tqdm
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = libmultilabel
version = 0.6.0
version = 0.6.1
author = LibMultiLabel Team
license = MIT License
license_file = LICENSE
Expand Down Expand Up @@ -29,7 +29,7 @@ install_requires =
numba
pandas>1.3.0
PyYAML
scikit-learn
scikit-learn==1.2.2
scipy
tqdm

Expand Down

0 comments on commit 7106704

Please sign in to comment.