-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
116 lines (116 loc) · 1.96 KB
/
requirements.txt
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile
#
aiohttp==3.8.3
# via
# datasets
# fsspec
aiosignal==1.2.0
# via aiohttp
async-timeout==4.0.2
# via aiohttp
attrs==22.1.0
# via aiohttp
certifi==2022.9.24
# via requests
charset-normalizer==2.1.1
# via
# aiohttp
# requests
datasets==2.5.2
# via nlp.lmd (setup.py)
dill==0.3.5.1
# via
# datasets
# multiprocess
filelock==3.8.0
# via
# huggingface-hub
# transformers
frozenlist==1.3.1
# via
# aiohttp
# aiosignal
fsspec[http]==2022.8.2
# via datasets
huggingface-hub==0.10.0
# via
# datasets
# transformers
idna==3.4
# via
# requests
# yarl
multidict==6.0.2
# via
# aiohttp
# yarl
multiprocess==0.70.13
# via datasets
numpy==1.23.3
# via
# datasets
# pandas
# pyarrow
# transformers
packaging==21.3
# via
# datasets
# huggingface-hub
# transformers
pandas==1.5.0
# via
# datasets
# nlp.lmd (setup.py)
pyarrow==9.0.0
# via datasets
pyparsing==3.0.9
# via packaging
python-dateutil==2.8.2
# via pandas
pytz==2022.4
# via pandas
pyyaml==6.0
# via
# huggingface-hub
# transformers
regex==2022.9.13
# via transformers
requests==2.28.1
# via
# datasets
# fsspec
# huggingface-hub
# responses
# transformers
responses==0.18.0
# via datasets
six==1.16.0
# via python-dateutil
tokenizers==0.12.1
# via transformers
torch==1.12.1
# via nlp.lmd (setup.py)
tqdm==4.64.1
# via
# datasets
# huggingface-hub
# nlp.lmd (setup.py)
# transformers
transformers==4.22.2
# via nlp.lmd (setup.py)
typing-extensions==4.4.0
# via
# huggingface-hub
# torch
urllib3==1.26.12
# via
# requests
# responses
xxhash==3.0.0
# via datasets
yarl==1.8.1
# via aiohttp