davanstrien HF staff commited on
Commit
c4b6820
·
1 Parent(s): 6cc3a56

Update requirements.txt with new dependencies

Browse files
Files changed (2) hide show
  1. requirements.in +3 -1
  2. requirements.txt +64 -6
requirements.in CHANGED
@@ -2,4 +2,6 @@ GitPython
2
  gradio[oauth]
3
  httpx
4
  huggingface_hub
5
- toolz
 
 
 
2
  gradio[oauth]
3
  httpx
4
  huggingface_hub
5
+ kagglehub[pandas-datasets,hf-datasets]
6
+ toolz
7
+ openpyxl # for excel files from Kaggle
requirements.txt CHANGED
@@ -2,6 +2,14 @@
2
  # uv pip compile requirements.in -o requirements.txt
3
  aiofiles==23.2.1
4
  # via gradio
 
 
 
 
 
 
 
 
5
  annotated-types==0.7.0
6
  # via pydantic
7
  anyio==4.8.0
@@ -9,6 +17,8 @@ anyio==4.8.0
9
  # gradio
10
  # httpx
11
  # starlette
 
 
12
  authlib==1.4.0
13
  # via gradio
14
  certifi==2024.12.14
@@ -26,23 +36,36 @@ click==8.1.8
26
  # uvicorn
27
  cryptography==44.0.0
28
  # via authlib
 
 
 
 
 
 
 
 
29
  fastapi==0.115.6
30
  # via gradio
31
  ffmpy==0.5.0
32
  # via gradio
33
  filelock==3.16.1
34
  # via huggingface-hub
 
 
 
 
35
  fsspec==2024.12.0
36
  # via
 
37
  # gradio-client
38
  # huggingface-hub
39
  gitdb==4.0.12
40
  # via gitpython
41
  gitpython==3.1.44
42
  # via -r requirements.in
43
- gradio==5.9.1
44
  # via -r requirements.in
45
- gradio-client==1.5.2
46
  # via gradio
47
  h11==0.14.0
48
  # via
@@ -59,6 +82,7 @@ httpx==0.28.1
59
  huggingface-hub==0.27.1
60
  # via
61
  # -r requirements.in
 
62
  # gradio
63
  # gradio-client
64
  idna==3.10
@@ -66,10 +90,13 @@ idna==3.10
66
  # anyio
67
  # httpx
68
  # requests
 
69
  itsdangerous==2.2.0
70
  # via gradio
71
  jinja2==3.1.5
72
  # via gradio
 
 
73
  markdown-it-py==3.0.0
74
  # via rich
75
  markupsafe==2.1.5
@@ -78,21 +105,41 @@ markupsafe==2.1.5
78
  # jinja2
79
  mdurl==0.1.2
80
  # via markdown-it-py
 
 
 
 
 
 
81
  numpy==2.2.1
82
  # via
 
83
  # gradio
84
  # pandas
 
 
85
  orjson==3.10.13
86
  # via gradio
87
  packaging==24.2
88
  # via
 
89
  # gradio
90
  # gradio-client
91
  # huggingface-hub
 
92
  pandas==2.2.3
93
- # via gradio
 
 
 
94
  pillow==11.1.0
95
  # via gradio
 
 
 
 
 
 
96
  pycparser==2.22
97
  # via cffi
98
  pydantic==2.10.4
@@ -103,7 +150,7 @@ pydantic-core==2.27.2
103
  # via pydantic
104
  pydub==0.25.1
105
  # via gradio
106
- pygments==2.19.0
107
  # via rich
108
  python-dateutil==2.9.0.post0
109
  # via pandas
@@ -113,10 +160,14 @@ pytz==2024.2
113
  # via pandas
114
  pyyaml==6.0.2
115
  # via
 
116
  # gradio
117
  # huggingface-hub
118
  requests==2.32.3
119
- # via huggingface-hub
 
 
 
120
  rich==13.9.4
121
  # via typer
122
  ruff==0.8.6
@@ -142,7 +193,10 @@ tomlkit==0.13.2
142
  toolz==1.0.0
143
  # via -r requirements.in
144
  tqdm==4.67.1
145
- # via huggingface-hub
 
 
 
146
  typer==0.15.1
147
  # via gradio
148
  typing-extensions==4.12.2
@@ -163,3 +217,7 @@ uvicorn==0.34.0
163
  # via gradio
164
  websockets==14.1
165
  # via gradio-client
 
 
 
 
 
2
  # uv pip compile requirements.in -o requirements.txt
3
  aiofiles==23.2.1
4
  # via gradio
5
+ aiohappyeyeballs==2.4.4
6
+ # via aiohttp
7
+ aiohttp==3.11.11
8
+ # via
9
+ # datasets
10
+ # fsspec
11
+ aiosignal==1.3.2
12
+ # via aiohttp
13
  annotated-types==0.7.0
14
  # via pydantic
15
  anyio==4.8.0
 
17
  # gradio
18
  # httpx
19
  # starlette
20
+ attrs==24.3.0
21
+ # via aiohttp
22
  authlib==1.4.0
23
  # via gradio
24
  certifi==2024.12.14
 
36
  # uvicorn
37
  cryptography==44.0.0
38
  # via authlib
39
+ datasets==2.14.4
40
+ # via kagglehub
41
+ dill==0.3.7
42
+ # via
43
+ # datasets
44
+ # multiprocess
45
+ et-xmlfile==2.0.0
46
+ # via openpyxl
47
  fastapi==0.115.6
48
  # via gradio
49
  ffmpy==0.5.0
50
  # via gradio
51
  filelock==3.16.1
52
  # via huggingface-hub
53
+ frozenlist==1.5.0
54
+ # via
55
+ # aiohttp
56
+ # aiosignal
57
  fsspec==2024.12.0
58
  # via
59
+ # datasets
60
  # gradio-client
61
  # huggingface-hub
62
  gitdb==4.0.12
63
  # via gitpython
64
  gitpython==3.1.44
65
  # via -r requirements.in
66
+ gradio==5.10.0
67
  # via -r requirements.in
68
+ gradio-client==1.5.3
69
  # via gradio
70
  h11==0.14.0
71
  # via
 
82
  huggingface-hub==0.27.1
83
  # via
84
  # -r requirements.in
85
+ # datasets
86
  # gradio
87
  # gradio-client
88
  idna==3.10
 
90
  # anyio
91
  # httpx
92
  # requests
93
+ # yarl
94
  itsdangerous==2.2.0
95
  # via gradio
96
  jinja2==3.1.5
97
  # via gradio
98
+ kagglehub==0.3.6
99
+ # via -r requirements.in
100
  markdown-it-py==3.0.0
101
  # via rich
102
  markupsafe==2.1.5
 
105
  # jinja2
106
  mdurl==0.1.2
107
  # via markdown-it-py
108
+ multidict==6.1.0
109
+ # via
110
+ # aiohttp
111
+ # yarl
112
+ multiprocess==0.70.15
113
+ # via datasets
114
  numpy==2.2.1
115
  # via
116
+ # datasets
117
  # gradio
118
  # pandas
119
+ openpyxl==3.1.5
120
+ # via -r requirements.in
121
  orjson==3.10.13
122
  # via gradio
123
  packaging==24.2
124
  # via
125
+ # datasets
126
  # gradio
127
  # gradio-client
128
  # huggingface-hub
129
+ # kagglehub
130
  pandas==2.2.3
131
+ # via
132
+ # datasets
133
+ # gradio
134
+ # kagglehub
135
  pillow==11.1.0
136
  # via gradio
137
+ propcache==0.2.1
138
+ # via
139
+ # aiohttp
140
+ # yarl
141
+ pyarrow==18.1.0
142
+ # via datasets
143
  pycparser==2.22
144
  # via cffi
145
  pydantic==2.10.4
 
150
  # via pydantic
151
  pydub==0.25.1
152
  # via gradio
153
+ pygments==2.19.1
154
  # via rich
155
  python-dateutil==2.9.0.post0
156
  # via pandas
 
160
  # via pandas
161
  pyyaml==6.0.2
162
  # via
163
+ # datasets
164
  # gradio
165
  # huggingface-hub
166
  requests==2.32.3
167
+ # via
168
+ # datasets
169
+ # huggingface-hub
170
+ # kagglehub
171
  rich==13.9.4
172
  # via typer
173
  ruff==0.8.6
 
193
  toolz==1.0.0
194
  # via -r requirements.in
195
  tqdm==4.67.1
196
+ # via
197
+ # datasets
198
+ # huggingface-hub
199
+ # kagglehub
200
  typer==0.15.1
201
  # via gradio
202
  typing-extensions==4.12.2
 
217
  # via gradio
218
  websockets==14.1
219
  # via gradio-client
220
+ xxhash==3.5.0
221
+ # via datasets
222
+ yarl==1.18.3
223
+ # via aiohttp