-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
53 lines (50 loc) · 1.04 KB
/
Pipfile
File metadata and controls
53 lines (50 loc) · 1.04 KB
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
boto3 = "==1.12.21"
botocore = "==1.15.21"
certifi = "==2019.11.28"
chardet = "==3.0.4"
click = "==7.1.1"
docutils = "==0.15.2"
filelock = "==3.0.12"
h5py = "==2.10.0"
idna = "==2.9"
itsdangerous = "==1.1.0"
jmespath = "==0.9.5"
joblib = "==0.14.1"
numpy = "==1.18.1"
pandas = "==1.0.1"
protobuf = "==3.11.3"
python-dateutil = "==2.8.1"
pytz = "==2019.3"
regex = "==2020.2.20"
requests = "==2.23.0"
s3transfer = "==0.3.3"
sacremoses = "==0.0.38"
scikit-learn = "==0.22.2.post1"
scipy = "==1.4.1"
sentencepiece = "==0.1.85"
seqeval = "==0.0.12"
simpletransformers = "==0.22.0"
six = "==1.14.0"
tokenizers = "==0.5.2"
torch = "==1.4.0"
tqdm = "==4.43.0"
transformers = "==2.5.1"
urllib3 = "==1.25.8"
Flask = "==1.1.1"
Flask-Cors = "==3.0.8"
Jinja2 = "==2.11.1"
Keras = "==2.3.1"
Keras-Applications = "==1.0.8"
Keras-Preprocessing = "==1.1.0"
MarkupSafe = "==1.1.1"
PyYAML = "==5.3"
tensorboardX = "==2.0"
Werkzeug = "==1.0.0"
[requires]
python_version = "3.7"