-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (27 loc) · 588 Bytes
/
Copy pathpyproject.toml
File metadata and controls
28 lines (27 loc) · 588 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
[build-system]
requires = [
"flit-core >=2,<4"
]
build-backend = "flit-core.buildapi"
[tool.flit.metadata]
module = "keytotext"
author = "Gagan Bhatia"
author-email = "gbhatia880@gmail.com"
home-page = "https://github.com/gagan3012/keytotext"
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
description-file = "README.md"
requires-python = ">=3.7"
requires = [
"torch",
"transformers",
"sentencepiece",
"wandb",
"pytorch_lightning",
"datasets",
"huggingface_hub",
"keybert",
]
license = "MIT"