forked from ntumlgroup/LibMultiLabel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
54 lines (49 loc) · 1.38 KB
/
setup.cfg
File metadata and controls
54 lines (49 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[metadata]
name = libmultilabel
version = 0.9.0
author = LibMultiLabel Team
license = MIT License
license_file = LICENSE
description = A library for multi-class and multi-label classification
long_description = See documentation here: https://www.csie.ntu.edu.tw/~cjlin/libmultilabel
url = https://github.com/ASUS-AICS/LibMultiLabel
project_urls =
Bug Tracker = https://github.com/ASUS-AICS/LibMultiLabel/issues
Documentation = https://www.csie.ntu.edu.tw/~cjlin/libmultilabel
Source Code = https://github.com/ASUS-AICS/LibMultiLabel/
classifiers =
Environment :: GPU :: NVIDIA CUDA :: 12
Environment :: GPU :: NVIDIA CUDA :: 11.8
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
[options]
packages = find:
install_requires =
liblinear-multicore>=2.49.0
numba
pandas>1.3.0
PyYAML
scikit-learn
scipy
tqdm
psutil
sparsekmeans
python_requires = >=3.10
[options.extras_require]
nn =
lightning
nltk
torch
torchmetrics==0.10.3
transformers
[options.packages.find]
exclude =
docs