-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
45 lines (41 loc) · 813 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "*"
[packages]
appdirs = "==1.4.4"
attrs = "==19.3.0"
black = "==19.10b0"
certifi = "==2020.6.20"
chardet = "==3.0.4"
click = "==7.1.2"
filelock = "==3.0.12"
future = "==0.18.2"
idna = "==2.10"
joblib = "==0.16.0"
numpy = "==1.19.1"
pandas = "==1.1.0"
pathspec = "==0.8.0"
pyparsing = "==2.4.7"
python-dateutil = "==2.8.1"
pytz = "==2020.1"
regex = "==2020.7.14"
requests = "==2.24.0"
sacremoses = "==0.0.43"
sentencepiece = "==0.1.91"
six = "==1.15.0"
tokenizers = "==0.8.1rc1"
toml = "==0.10.1"
torch = "==1.6.0"
torchtext = "==0.6.0"
tqdm = "==4.48.2"
transformers = "==3.0.2"
typed-ast = "==1.4.1"
urllib3 = "==1.25.10"
Pillow = "==7.2.0"
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true