-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
53 lines (45 loc) · 1.17 KB
/
pyproject.toml
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
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "nlpaf"
version = "2.12.37"
description='Implementation of different NLP tools.'
readme = "README.md"
authors = [{ name = "Roxanne El Baff", email = "[email protected]" }]
license = { file = "LICENSE" }
keywords=['nlp', 'feature extraction', 'topic modeling']
dependencies = [
"pandas",
"spacy_arguing_lexicon",
"numpy",
"nltk",
"gensim>=3.8.1",
"spacy",
"wordcloud;python_version <'3.9'",
"matplotlib",
"empath",
"pyLDAvis; python_version <'3.9'",
"scikit-learn",
"pyarrow",
"simpletransformers; python_version <'3.9'",
"tqdm",
"statsmodels",
"scipy","pynvml"
]
[tool.poetry]
# ...
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
'Development Status :: 3 - Alpha',
'Intended Audience :: Science/Research',
]
readme = "README.md"
include = ["lexicon"]
[project.urls]
repository = "https://github.com/roxanneelbaff/nlp-annotation-framework"
[tool.black]
line-length = 79
# to republish: flit build and the flit publish