-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (34 loc) · 774 Bytes
/
Copy pathpyproject.toml
File metadata and controls
38 lines (34 loc) · 774 Bytes
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
[build-system]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "isanlp_rst"
version = "3.2.1"
description = "IsaNLP RST Parser: A library for parsing Rhetorical Structure Theory trees."
readme = "README.md"
requires-python = ">=3.10"
authors = [
{ name = "Elena Chistova", email = "elenachistov@gmail.com" },
]
urls = { "Homepage" = "https://github.com/tchewik/isanlp_rst" }
dependencies = [
"playwright",
"razdel",
"fire",
"matplotlib",
"lxml",
"jsonnet",
"nltk",
"spacy",
"numpy>=1.26,<3.0",
"transformers",
"torch",
"huggingface_hub",
"tqdm",
"networkx",
"pillow",
]
[tool.setuptools.packages.find]
exclude = ["tests"]
[tool.setuptools.package-data]
"isanlp_rst.rstviewer" = ["data/**"]