-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
48 lines (44 loc) · 792 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[scripts]
typing = "pyright src"
linting = "pylint src -j 4 --reports=y"
tests = "py.test tests -s --cov=src --cov-report=term-missing --cov-fail-under 85"
[packages]
transformers = "==4.22.1"
datasets = "==1.18.3"
bert-score = "*"
pyrouge = "*"
numpy = "*"
pandas = "*"
accelerate = "*"
protobuf = "*"
rouge-score = "*"
nltk = "*"
py7zr = "*"
jsonlines = "*"
sentencepiece = "*"
torch = "*"
aiohttp = "*"
alive-progress = "*"
hyperopt = "*"
ray = "*"
tabulate = "*"
typing_extensions = "*"
wandb = "*"
async-timeout = "*"
click = "*"
[dev-packages]
codecov = "*"
pylint = "*"
pytest = "*"
pytest-cov = "*"
sphinx = "*"
types-filelock = "*"
pyright = "*"
black = "*"
wandb = "*"
[pipenv]
allow_prereleases = true