-
Notifications
You must be signed in to change notification settings - Fork 30
/
setup.cfg
50 lines (45 loc) · 1.25 KB
/
setup.cfg
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
[metadata]
name = libmultilabel
version = 0.7.1
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 :: 12.1
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.8
[options]
packages = find:
install_requires =
liblinear-multicore
numba
pandas>1.3.0
PyYAML
scikit-learn
scipy
tqdm
python_requires = >=3.8
[options.extras_require]
nn =
lightning==2.0.9
nltk
torch<=2.3
torchmetrics==0.10.3
torchtext
transformers
[options.packages.find]
exclude =
docs