-
Notifications
You must be signed in to change notification settings - Fork 21
/
setup.cfg
66 lines (61 loc) · 1.75 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[metadata]
name = NewsSentiment
version = 1.2.28
author = Felix Hamborg
author_email = felix.hamborg@uni-konstanz.de
description = Easy-to-use, high-quality target-dependent sentiment classification for English news articles
long_description = file: READMEpypi.md
long_description_content_type = text/markdown
url = https://github.com/fhamborg/NewsMTSC
project_urls =
Bug Tracker = https://github.com/fhamborg/NewsMTSC/issues
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Intended Audience :: Developers
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Text Processing :: Linguistic
[options]
package_dir =
= .
packages = find_namespace:
python_requires = >=3.8, <3.12
# include_package_data = true
install_requires =
boto3>=1.19.7
gensim>=4.0.1
imbalanced-learn>=0.8.1
jsonlines>=2.0.0
matplotlib>=3.4.3
networkx>=2.6.3
openpyxl>=3.0.5
pandas>=1.3.3
regex>=2021.10.23
requests>=2.26.0
sacremoses>=0.0.46
scikit-learn>=1.0.1
spacy>=3.2
tabulate>=0.8.9
tqdm>=4.62.3
transformers>=4.17,<=4.24
torch>=1.12,<2.1
[options.packages.find]
where = .
[options.package_data]
* = *.txt, *.ddict, *.tff, *.gitignore, *.gitkeep
[options.data_files]
git =
*.gitignore
[options.extras_require]
cuda =
cudatoolkit==10.1