Skip to content

Commit cab9c70

Browse files
committed
Add psutil dependency to install requires
1 parent 14e8f3a commit cab9c70

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)