-
Notifications
You must be signed in to change notification settings - Fork 12
/
setup.cfg
65 lines (59 loc) · 1.35 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
[metadata]
name = deeponto
version = 0.9.2
author = Yuan He (KRR-Oxford)
author_email = yuan.he@cs.ox.ac.uk
license = Apache License 2.0
license_files = LICENSE
description = DeepOnto aims to provide implemented deep learning models and an evaluation platform for various ontology engineering purposes.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://krr-oxford.github.io/DeepOnto/#/
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Apache Software License
Intended Audience :: Developers
Intended Audience :: Science/Research
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
include_package_data = True
install_requires =
JPype1
yacs
torch
anytree
click
dill
pandas
numpy
scikit_learn
transformers[torch]
datasets
spacy
pprintpp
networkx
lxml
textdistance
ipywidgets
ipykernel
enlighten
rdflib
nltk
[options.extras_require]
documentation =
mkdocs>=1.4.2
mkdocstrings>=0.19.1
mkdocs-material>=9.0.5
mkdocs-include-markdown-plugin>=4.0.3
mkdocstrings-python>=0.8.3
mkdocs-git-revision-date-localized-plugin
mkdocs-git-authors-plugin
ontolama =
openprompt
[options.package_data]
* = *.jar, *.yaml, lib/*.jar
[options.packages.find]
where = src