thak123 commited on
Commit
8249cd0
1 Parent(s): 66e5583

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +86 -2
requirements.txt CHANGED
@@ -1,3 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  transformers==2.8.0
2
- tokenizers
3
- torch
 
 
 
 
 
1
+ absl-py==0.9.0
2
+ aiocontextvars==0.2.2
3
+ autopep8==1.5.6
4
+ backcall==0.2.0
5
+ boto3==1.17.84
6
+ botocore==1.20.84
7
+ cachetools==4.2.2
8
+ certifi==2020.12.5
9
+ chardet==4.0.0
10
+ click==8.0.1
11
+ contextvars==2.4
12
+ cycler==0.10.0
13
+ dataclasses==0.8
14
+ decorator==5.0.7
15
+ docopt==0.6.2
16
+ filelock==3.0.12
17
+ Flask==2.0.1
18
+ google-auth==1.30.1
19
+ google-auth-oauthlib==0.4.4
20
+ grpcio==1.38.0
21
+ idna==2.10
22
+ immutables==0.15
23
+ importlib-metadata==4.4.0
24
+ ipykernel==5.5.5
25
+ ipython==7.16.1
26
+ ipython-genutils==0.2.0
27
+ itsdangerous==2.0.1
28
+ jedi==0.18.0
29
+ Jinja2==3.0.1
30
+ jmespath==0.10.0
31
+ joblib==1.0.1
32
+ jupyter-client==6.2.0
33
+ jupyter-core==4.7.1
34
+ kiwisolver==1.3.1
35
+ loguru==0.5.1
36
+ Markdown==3.3.4
37
+ MarkupSafe==2.0.1
38
+ matplotlib==3.2.1
39
+ nest-asyncio==1.5.1
40
+ nltk==3.6.2
41
+ numpy==1.19.5
42
+ oauthlib==3.1.1
43
+ pandas==1.1.5
44
+ parso==0.8.2
45
+ pexpect==4.8.0
46
+ pickleshare==0.7.5
47
+ pipreqs==0.4.11
48
+ prompt-toolkit==3.0.18
49
+ protobuf==3.17.1
50
+ ptyprocess==0.7.0
51
+ pyasn1==0.4.8
52
+ pyasn1-modules==0.2.8
53
+ pycodestyle==2.7.0
54
+ Pygments==2.9.0
55
+ pyparsing==2.4.7
56
+ python-dateutil==2.8.1
57
+ pytz==2021.1
58
+ pyzmq==22.0.3
59
+ regex==2021.4.4
60
+ requests==2.25.1
61
+ requests-oauthlib==1.3.0
62
+ rsa==4.7.2
63
+ s3transfer==0.4.2
64
+ sacremoses==0.0.45
65
+ scikit-learn==0.24.2
66
+ scipy==1.5.4
67
+ seaborn==0.10.1
68
+ sentencepiece==0.1.95
69
+ six==1.16.0
70
+ tensorboard==2.5.0
71
+ tensorboard-data-server==0.6.1
72
+ tensorboard-plugin-wit==1.8.0
73
+ threadpoolctl==2.1.0
74
+ tokenizer @ git+git://github.com/erikavaris/tokenizer.git@a7db1d6bb08e9951995d24c821111fa27945440e
75
+ tokenizers==0.5.2
76
+ toml==0.10.2
77
+ torch==1.4.0
78
+ tornado==6.1
79
+ tqdm==4.61.0
80
+ traitlets==4.3.3
81
  transformers==2.8.0
82
+ typing-extensions==3.10.0.0
83
+ urllib3==1.26.5
84
+ wcwidth==0.2.5
85
+ Werkzeug==2.0.1
86
+ yarg==0.1.9
87
+ zipp==3.4.1