diff --git a/requirements.txt b/requirements.txt index ed6bd6ca..6b9c272e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ liblinear-multicore numba pandas>1.3.0 PyYAML -scikit-learn +scikit-learn==1.2.2 scipy tqdm diff --git a/setup.cfg b/setup.cfg index 02301d77..deb5a06e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [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 = numba pandas>1.3.0 PyYAML - scikit-learn + scikit-learn==1.2.2 scipy tqdm