Skip to content

Commit a0bef91

Browse files
authored
Merge pull request #15 from zhi-bao/debug
Add psutil dependency to install requires
2 parents 14e8f3a + cab9c70 commit a0bef91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = libmultilabel
3-
version = 0.7.3
3+
version = 0.7.4
44
author = LibMultiLabel Team
55
license = MIT License
66
license_file = LICENSE
@@ -32,6 +32,7 @@ install_requires =
3232
scikit-learn
3333
scipy<1.14.0
3434
tqdm
35+
psutil
3536

3637
python_requires = >=3.8
3738

0 commit comments

Comments
 (0)