davanstrien HF staff commited on
Commit
b3bdbf1
1 Parent(s): 6a4fddf

Add datasets and aiohttp dependencies

Browse files
Files changed (2) hide show
  1. requirements.in +1 -0
  2. requirements.txt +44 -4
requirements.in CHANGED
@@ -4,3 +4,4 @@ httpx
4
  huggingface_hub
5
  pandas
6
  python-dotenv
 
 
4
  huggingface_hub
5
  pandas
6
  python-dotenv
7
+ datasets
requirements.txt CHANGED
@@ -6,6 +6,12 @@
6
  #
7
  aiofiles==23.2.1
8
  # via gradio
 
 
 
 
 
 
9
  altair==5.2.0
10
  # via gradio
11
  annotated-types==0.6.0
@@ -16,6 +22,7 @@ anyio==4.2.0
16
  # starlette
17
  attrs==23.2.0
18
  # via
 
19
  # jsonschema
20
  # referencing
21
  certifi==2024.2.2
@@ -35,6 +42,12 @@ contourpy==1.2.0
35
  # via matplotlib
36
  cycler==0.12.1
37
  # via matplotlib
 
 
 
 
 
 
38
  fastapi==0.109.2
39
  # via gradio
40
  ffmpy==0.3.1
@@ -43,8 +56,13 @@ filelock==3.13.1
43
  # via huggingface-hub
44
  fonttools==4.48.1
45
  # via matplotlib
46
- fsspec==2024.2.0
 
 
 
 
47
  # via
 
48
  # gradio-client
49
  # huggingface-hub
50
  gradio==4.18.0
@@ -65,6 +83,7 @@ httpx==0.26.0
65
  huggingface-hub==0.20.3
66
  # via
67
  # -r requirements.in
 
68
  # gradio
69
  # gradio-client
70
  idna==3.6
@@ -72,6 +91,7 @@ idna==3.6
72
  # anyio
73
  # httpx
74
  # requests
 
75
  importlib-resources==6.1.1
76
  # via gradio
77
  jinja2==3.1.3
@@ -94,10 +114,17 @@ matplotlib==3.8.2
94
  # via gradio
95
  mdurl==0.1.2
96
  # via markdown-it-py
 
 
 
 
 
 
97
  numpy==1.26.4
98
  # via
99
  # altair
100
  # contourpy
 
101
  # gradio
102
  # matplotlib
103
  # pandas
@@ -107,6 +134,7 @@ orjson==3.9.13
107
  packaging==23.2
108
  # via
109
  # altair
 
110
  # gradio
111
  # gradio-client
112
  # huggingface-hub
@@ -115,13 +143,16 @@ pandas==2.2.0
115
  # via
116
  # -r requirements.in
117
  # altair
 
118
  # gradio
119
  pillow==10.2.0
120
  # via
121
  # gradio
122
  # matplotlib
123
  pyarrow==15.0.0
124
- # via -r requirements.in
 
 
125
  pydantic==2.6.1
126
  # via
127
  # fastapi
@@ -146,6 +177,7 @@ pytz==2024.1
146
  # via pandas
147
  pyyaml==6.0.1
148
  # via
 
149
  # gradio
150
  # huggingface-hub
151
  referencing==0.33.0
@@ -153,7 +185,9 @@ referencing==0.33.0
153
  # jsonschema
154
  # jsonschema-specifications
155
  requests==2.31.0
156
- # via huggingface-hub
 
 
157
  rich==13.7.0
158
  # via typer
159
  rpds-py==0.17.1
@@ -179,7 +213,9 @@ tomlkit==0.12.0
179
  toolz==0.12.1
180
  # via altair
181
  tqdm==4.66.2
182
- # via huggingface-hub
 
 
183
  typer[all]==0.9.0
184
  # via
185
  # gradio
@@ -201,3 +237,7 @@ uvicorn==0.27.1
201
  # via gradio
202
  websockets==11.0.3
203
  # via gradio-client
 
 
 
 
 
6
  #
7
  aiofiles==23.2.1
8
  # via gradio
9
+ aiohttp==3.9.3
10
+ # via
11
+ # datasets
12
+ # fsspec
13
+ aiosignal==1.3.1
14
+ # via aiohttp
15
  altair==5.2.0
16
  # via gradio
17
  annotated-types==0.6.0
 
22
  # starlette
23
  attrs==23.2.0
24
  # via
25
+ # aiohttp
26
  # jsonschema
27
  # referencing
28
  certifi==2024.2.2
 
42
  # via matplotlib
43
  cycler==0.12.1
44
  # via matplotlib
45
+ datasets==2.14.4
46
+ # via -r requirements.in
47
+ dill==0.3.7
48
+ # via
49
+ # datasets
50
+ # multiprocess
51
  fastapi==0.109.2
52
  # via gradio
53
  ffmpy==0.3.1
 
56
  # via huggingface-hub
57
  fonttools==4.48.1
58
  # via matplotlib
59
+ frozenlist==1.4.1
60
+ # via
61
+ # aiohttp
62
+ # aiosignal
63
+ fsspec[http]==2024.2.0
64
  # via
65
+ # datasets
66
  # gradio-client
67
  # huggingface-hub
68
  gradio==4.18.0
 
83
  huggingface-hub==0.20.3
84
  # via
85
  # -r requirements.in
86
+ # datasets
87
  # gradio
88
  # gradio-client
89
  idna==3.6
 
91
  # anyio
92
  # httpx
93
  # requests
94
+ # yarl
95
  importlib-resources==6.1.1
96
  # via gradio
97
  jinja2==3.1.3
 
114
  # via gradio
115
  mdurl==0.1.2
116
  # via markdown-it-py
117
+ multidict==6.0.5
118
+ # via
119
+ # aiohttp
120
+ # yarl
121
+ multiprocess==0.70.15
122
+ # via datasets
123
  numpy==1.26.4
124
  # via
125
  # altair
126
  # contourpy
127
+ # datasets
128
  # gradio
129
  # matplotlib
130
  # pandas
 
134
  packaging==23.2
135
  # via
136
  # altair
137
+ # datasets
138
  # gradio
139
  # gradio-client
140
  # huggingface-hub
 
143
  # via
144
  # -r requirements.in
145
  # altair
146
+ # datasets
147
  # gradio
148
  pillow==10.2.0
149
  # via
150
  # gradio
151
  # matplotlib
152
  pyarrow==15.0.0
153
+ # via
154
+ # -r requirements.in
155
+ # datasets
156
  pydantic==2.6.1
157
  # via
158
  # fastapi
 
177
  # via pandas
178
  pyyaml==6.0.1
179
  # via
180
+ # datasets
181
  # gradio
182
  # huggingface-hub
183
  referencing==0.33.0
 
185
  # jsonschema
186
  # jsonschema-specifications
187
  requests==2.31.0
188
+ # via
189
+ # datasets
190
+ # huggingface-hub
191
  rich==13.7.0
192
  # via typer
193
  rpds-py==0.17.1
 
213
  toolz==0.12.1
214
  # via altair
215
  tqdm==4.66.2
216
+ # via
217
+ # datasets
218
+ # huggingface-hub
219
  typer[all]==0.9.0
220
  # via
221
  # gradio
 
237
  # via gradio
238
  websockets==11.0.3
239
  # via gradio-client
240
+ xxhash==3.4.1
241
+ # via datasets
242
+ yarl==1.9.4
243
+ # via aiohttp