davanstrien HF staff commited on
Commit
373637e
1 Parent(s): ea99be2

chore: Update dependencies to latest versions

Browse files
Files changed (1) hide show
  1. requirements.txt +73 -84
requirements.txt CHANGED
@@ -2,167 +2,155 @@
2
  # uv pip compile requirements.in -o requirements.txt
3
  aiofiles==23.2.1
4
  # via gradio
5
- altair==5.1.1
6
- # via gradio
7
- annotated-types==0.5.0
8
  # via pydantic
9
- anyio==3.7.1
10
  # via
11
- # fastapi
12
- # httpcore
13
  # starlette
14
- attrs==23.1.0
15
- # via
16
- # jsonschema
17
- # referencing
18
- cachetools==5.3.1
19
  # via -r requirements.in
20
- certifi==2023.7.22
21
  # via
22
  # httpcore
23
  # httpx
24
  # requests
25
- charset-normalizer==3.2.0
26
  # via requests
27
  click==8.1.7
28
- # via uvicorn
29
- contourpy==1.1.0
 
 
30
  # via matplotlib
31
- cycler==0.11.0
32
  # via matplotlib
33
- fastapi==0.103.1
34
  # via gradio
35
- ffmpy==0.3.1
36
  # via gradio
37
- filelock==3.12.3
38
  # via huggingface-hub
39
- fonttools==4.42.1
40
  # via matplotlib
41
- fsspec==2023.9.0
42
  # via
43
  # gradio-client
44
  # huggingface-hub
45
- gradio==3.42.0
46
  # via -r requirements.in
47
- gradio-client==0.5.0
48
  # via gradio
49
  h11==0.14.0
50
  # via
51
  # httpcore
52
  # uvicorn
53
- httpcore==0.17.3
54
  # via httpx
55
- httpx==0.24.1
56
  # via
57
  # gradio
58
  # gradio-client
59
- huggingface-hub==0.16.4
60
  # via
61
  # -r requirements.in
62
  # gradio
63
  # gradio-client
64
- idna==3.4
65
  # via
66
  # anyio
67
  # httpx
68
  # requests
69
- importlib-resources==6.0.1
 
 
70
  # via gradio
71
- jinja2==3.1.2
72
- # via
73
- # altair
74
- # gradio
75
- jsonschema==4.19.0
76
- # via altair
77
- jsonschema-specifications==2023.7.1
78
- # via jsonschema
79
  kiwisolver==1.4.5
80
  # via matplotlib
81
- markupsafe==2.1.3
 
 
82
  # via
83
  # gradio
84
  # jinja2
85
- matplotlib==3.7.2
86
  # via gradio
87
- numpy==1.25.2
 
 
88
  # via
89
- # altair
90
  # contourpy
91
  # gradio
92
  # matplotlib
93
  # pandas
94
- orjson==3.9.5
95
  # via gradio
96
- packaging==23.1
97
  # via
98
- # altair
99
  # gradio
100
  # gradio-client
101
  # huggingface-hub
102
  # matplotlib
103
- pandas==2.1.0
104
- # via
105
- # altair
106
- # gradio
107
- pillow==10.0.0
108
  # via
109
  # gradio
110
  # matplotlib
111
- pydantic==2.3.0
112
  # via
113
  # fastapi
114
  # gradio
115
- pydantic-core==2.6.3
116
  # via pydantic
117
  pydub==0.25.1
118
  # via gradio
119
- pyparsing==3.0.9
 
 
120
  # via matplotlib
121
- python-dateutil==2.8.2
122
  # via
123
  # matplotlib
124
  # pandas
125
- python-multipart==0.0.6
126
  # via gradio
127
- pytz==2023.3
128
  # via pandas
129
- pyyaml==6.0.1
130
  # via
131
  # gradio
132
  # huggingface-hub
133
- referencing==0.30.2
134
- # via
135
- # jsonschema
136
- # jsonschema-specifications
137
- requests==2.31.0
138
- # via
139
- # gradio
140
- # gradio-client
141
- # huggingface-hub
142
- rpds-py==0.10.2
143
- # via
144
- # jsonschema
145
- # referencing
146
  semantic-version==2.10.0
147
  # via gradio
 
 
148
  six==1.16.0
149
  # via python-dateutil
150
- sniffio==1.3.0
151
  # via
152
  # anyio
153
- # httpcore
154
  # httpx
155
- starlette==0.27.0
156
  # via fastapi
157
- toolz==0.12.0
158
- # via
159
- # -r requirements.in
160
- # altair
161
- tqdm==4.66.1
162
  # via
163
  # -r requirements.in
164
  # huggingface-hub
165
- typing-extensions==4.7.1
 
 
166
  # via
167
  # fastapi
168
  # gradio
@@ -170,13 +158,14 @@ typing-extensions==4.7.1
170
  # huggingface-hub
171
  # pydantic
172
  # pydantic-core
173
- tzdata==2023.3
 
174
  # via pandas
175
- urllib3==2.0.4
176
- # via requests
177
- uvicorn==0.23.2
178
- # via gradio
179
- websockets==11.0.3
180
  # via
181
  # gradio
182
- # gradio-client
 
 
 
 
 
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.4.0
8
  # via
9
+ # gradio
10
+ # httpx
11
  # starlette
12
+ cachetools==5.5.0
 
 
 
 
13
  # via -r requirements.in
14
+ certifi==2024.7.4
15
  # via
16
  # httpcore
17
  # httpx
18
  # requests
19
+ charset-normalizer==3.3.2
20
  # via requests
21
  click==8.1.7
22
+ # via
23
+ # typer
24
+ # uvicorn
25
+ contourpy==1.2.1
26
  # via matplotlib
27
+ cycler==0.12.1
28
  # via matplotlib
29
+ fastapi==0.112.1
30
  # via gradio
31
+ ffmpy==0.4.0
32
  # via gradio
33
+ filelock==3.15.4
34
  # via huggingface-hub
35
+ fonttools==4.53.1
36
  # via matplotlib
37
+ fsspec==2024.6.1
38
  # via
39
  # gradio-client
40
  # huggingface-hub
41
+ gradio==4.41.0
42
  # via -r requirements.in
43
+ gradio-client==1.3.0
44
  # via gradio
45
  h11==0.14.0
46
  # via
47
  # httpcore
48
  # uvicorn
49
+ httpcore==1.0.5
50
  # via httpx
51
+ httpx==0.27.0
52
  # via
53
  # gradio
54
  # gradio-client
55
+ huggingface-hub==0.24.6
56
  # via
57
  # -r requirements.in
58
  # gradio
59
  # gradio-client
60
+ idna==3.7
61
  # via
62
  # anyio
63
  # httpx
64
  # requests
65
+ importlib-resources==6.4.3
66
+ # via gradio
67
+ jinja2==3.1.4
68
  # via gradio
 
 
 
 
 
 
 
 
69
  kiwisolver==1.4.5
70
  # via matplotlib
71
+ markdown-it-py==3.0.0
72
+ # via rich
73
+ markupsafe==2.1.5
74
  # via
75
  # gradio
76
  # jinja2
77
+ matplotlib==3.9.2
78
  # via gradio
79
+ mdurl==0.1.2
80
+ # via markdown-it-py
81
+ numpy==2.1.0
82
  # via
 
83
  # contourpy
84
  # gradio
85
  # matplotlib
86
  # pandas
87
+ orjson==3.10.7
88
  # via gradio
89
+ packaging==24.1
90
  # via
 
91
  # gradio
92
  # gradio-client
93
  # huggingface-hub
94
  # matplotlib
95
+ pandas==2.2.2
96
+ # via gradio
97
+ pillow==10.4.0
 
 
98
  # via
99
  # gradio
100
  # matplotlib
101
+ pydantic==2.8.2
102
  # via
103
  # fastapi
104
  # gradio
105
+ pydantic-core==2.20.1
106
  # via pydantic
107
  pydub==0.25.1
108
  # via gradio
109
+ pygments==2.18.0
110
+ # via rich
111
+ pyparsing==3.1.2
112
  # via matplotlib
113
+ python-dateutil==2.9.0.post0
114
  # via
115
  # matplotlib
116
  # pandas
117
+ python-multipart==0.0.9
118
  # via gradio
119
+ pytz==2024.1
120
  # via pandas
121
+ pyyaml==6.0.2
122
  # via
123
  # gradio
124
  # huggingface-hub
125
+ requests==2.32.3
126
+ # via huggingface-hub
127
+ rich==13.7.1
128
+ # via typer
129
+ ruff==0.6.1
130
+ # via gradio
 
 
 
 
 
 
 
131
  semantic-version==2.10.0
132
  # via gradio
133
+ shellingham==1.5.4
134
+ # via typer
135
  six==1.16.0
136
  # via python-dateutil
137
+ sniffio==1.3.1
138
  # via
139
  # anyio
 
140
  # httpx
141
+ starlette==0.38.2
142
  # via fastapi
143
+ tomlkit==0.12.0
144
+ # via gradio
145
+ toolz==0.12.1
146
+ # via -r requirements.in
147
+ tqdm==4.66.5
148
  # via
149
  # -r requirements.in
150
  # huggingface-hub
151
+ typer==0.12.4
152
+ # via gradio
153
+ typing-extensions==4.12.2
154
  # via
155
  # fastapi
156
  # gradio
 
158
  # huggingface-hub
159
  # pydantic
160
  # pydantic-core
161
+ # typer
162
+ tzdata==2024.1
163
  # via pandas
164
+ urllib3==2.2.2
 
 
 
 
165
  # via
166
  # gradio
167
+ # requests
168
+ uvicorn==0.30.6
169
+ # via gradio
170
+ websockets==12.0
171
+ # via gradio-client