-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
48 lines (45 loc) · 1.35 KB
/
setup.cfg
File metadata and controls
48 lines (45 loc) · 1.35 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
[metadata]
name = cnlp-transformers
version = file: src/cnlpt/VERSION
author = Machine Learning for Medical Language Lab @ CHIP
author_email = Timothy.Miller@childrens.harvard.edu
description = Transformers for Clinical NLP
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Machine-Learning-for-Medical-Language/cnlp_transformers
project_urls =
Bug Tracker = https://github.com/Machine-Learning-for-Medical-Language/cnlp_transformers/issues
classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: OS Independent
License :: OSI Approved :: Apache Software License
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7, <3.11
install_requires =
anaforatools~=1.1.0
fastapi~=0.70.1
filelock~=3.4.0
nltk~=3.5
numpy~=1.21.5
pandas~=1.3.5
pydantic~=1.8.2
PyRuSH~=1.0.3.6
requests~=2.26.0
scikit-learn~=0.24.1
seqeval~=1.2.2
torch~=1.5
tabulate>=0.9.0
transformers~=4.20.0
uvicorn[standard]~=0.16.0
[options.entry_points]
console_scripts =
cnlpt_negation_rest = cnlpt.api.negation_rest:rest
cnlpt_temporal_rest = cnlpt.api.temporal_rest:rest
[options.packages.find]
where = src