Spaces:
Sleeping
Sleeping
Romain Graux
commited on
Commit
•
66dbfba
1
Parent(s):
8ce4530
Update requirements
Browse files- requirements.txt +21 -11
requirements.txt
CHANGED
@@ -3,6 +3,7 @@ aiohttp==3.8.4
|
|
3 |
aiosignal==1.3.1
|
4 |
aiosqlite==0.18.0
|
5 |
altair==4.2.2
|
|
|
6 |
anyio==3.6.2
|
7 |
appnope==0.1.3
|
8 |
argon2-cffi==21.3.0
|
@@ -19,6 +20,7 @@ bleach==6.0.0
|
|
19 |
bokeh==3.1.1
|
20 |
boto3==1.35.18
|
21 |
botocore==1.35.18
|
|
|
22 |
cffi==1.15.1
|
23 |
cfgv==3.4.0
|
24 |
charset-normalizer==3.1.0
|
@@ -35,23 +37,24 @@ docopt==0.6.2
|
|
35 |
entrypoints==0.4
|
36 |
exceptiongroup==1.1.1
|
37 |
executing==1.2.0
|
38 |
-
fastapi==0.
|
39 |
fastjsonschema==2.16.3
|
40 |
ffmpy==0.3.0
|
41 |
filelock==3.13.1
|
42 |
fonttools==4.39.0
|
43 |
fqdn==1.5.1
|
44 |
frozenlist==1.3.3
|
45 |
-
fsspec==
|
46 |
gradio==4.44.0
|
47 |
gradio_client==1.3.0
|
48 |
h11==0.14.0
|
49 |
-
httpcore==0.
|
50 |
-
httpx==0.
|
51 |
-
huggingface-hub==0.
|
52 |
identify==2.5.33
|
53 |
idna==3.4
|
54 |
imageio==2.26.0
|
|
|
55 |
iniconfig==2.0.0
|
56 |
ipykernel==6.21.3
|
57 |
ipython==8.11.0
|
@@ -130,7 +133,8 @@ psutil==5.9.4
|
|
130 |
ptyprocess==0.7.0
|
131 |
pure-eval==0.2.2
|
132 |
pycparser==2.21
|
133 |
-
pydantic==
|
|
|
134 |
pydub==0.25.1
|
135 |
Pygments==2.14.0
|
136 |
pyparsing==3.0.9
|
@@ -140,35 +144,40 @@ pyrsistent==0.19.3
|
|
140 |
pytest==7.4.0
|
141 |
python-dateutil==2.8.2
|
142 |
python-json-logger==2.0.7
|
143 |
-
python-multipart==0.0.
|
144 |
pytz==2022.7.1
|
145 |
PyWavelets==1.4.1
|
146 |
PyYAML==6.0
|
147 |
pyzmq==25.0.1
|
148 |
qtconsole==5.4.1
|
149 |
QtPy==2.3.0
|
150 |
-
requests==2.
|
151 |
rfc3339-validator==0.1.4
|
152 |
rfc3986==1.5.0
|
153 |
rfc3986-validator==0.1.1
|
|
|
154 |
roifile==2023.2.12
|
155 |
-
|
|
|
156 |
scikit-image==0.20.0
|
157 |
scikit-learn==1.2.2
|
158 |
scipy==1.10.1
|
159 |
seaborn==0.12.2
|
|
|
160 |
Send2Trash==1.8.0
|
|
|
161 |
six==1.16.0
|
162 |
sniffio==1.3.0
|
163 |
soupsieve==2.4
|
164 |
stack-data==0.6.2
|
165 |
-
starlette==0.
|
166 |
sympy==1.12
|
167 |
terminado==0.17.1
|
168 |
threadpoolctl==3.1.0
|
169 |
tifffile==2023.2.28
|
170 |
tinycss2==1.2.1
|
171 |
tomli==2.0.1
|
|
|
172 |
toolz==0.12.0
|
173 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
174 |
torch==2.2.0
|
@@ -176,10 +185,11 @@ torchvision==0.17.0
|
|
176 |
tornado==6.2
|
177 |
tqdm==4.65.0
|
178 |
traitlets==5.9.0
|
|
|
179 |
typing_extensions==4.9.0
|
180 |
uc-micro-py==1.0.1
|
181 |
uri-template==1.2.0
|
182 |
-
urllib3==
|
183 |
uvicorn==0.21.1
|
184 |
virtualenv==20.25.0
|
185 |
wcwidth==0.2.6
|
|
|
3 |
aiosignal==1.3.1
|
4 |
aiosqlite==0.18.0
|
5 |
altair==4.2.2
|
6 |
+
annotated-types==0.7.0
|
7 |
anyio==3.6.2
|
8 |
appnope==0.1.3
|
9 |
argon2-cffi==21.3.0
|
|
|
20 |
bokeh==3.1.1
|
21 |
boto3==1.35.18
|
22 |
botocore==1.35.18
|
23 |
+
certifi @ file:///private/var/folders/nz/j6p8yfhx1mv_0grj5xl4650h0000gp/T/abs_5d968ni_yn/croot/certifi_1671487774636/work/certifi
|
24 |
cffi==1.15.1
|
25 |
cfgv==3.4.0
|
26 |
charset-normalizer==3.1.0
|
|
|
37 |
entrypoints==0.4
|
38 |
exceptiongroup==1.1.1
|
39 |
executing==1.2.0
|
40 |
+
fastapi==0.114.1
|
41 |
fastjsonschema==2.16.3
|
42 |
ffmpy==0.3.0
|
43 |
filelock==3.13.1
|
44 |
fonttools==4.39.0
|
45 |
fqdn==1.5.1
|
46 |
frozenlist==1.3.3
|
47 |
+
fsspec==2024.9.0
|
48 |
gradio==4.44.0
|
49 |
gradio_client==1.3.0
|
50 |
h11==0.14.0
|
51 |
+
httpcore==1.0.5
|
52 |
+
httpx==0.27.2
|
53 |
+
huggingface-hub==0.24.7
|
54 |
identify==2.5.33
|
55 |
idna==3.4
|
56 |
imageio==2.26.0
|
57 |
+
importlib_resources==6.4.5
|
58 |
iniconfig==2.0.0
|
59 |
ipykernel==6.21.3
|
60 |
ipython==8.11.0
|
|
|
133 |
ptyprocess==0.7.0
|
134 |
pure-eval==0.2.2
|
135 |
pycparser==2.21
|
136 |
+
pydantic==2.9.1
|
137 |
+
pydantic_core==2.23.3
|
138 |
pydub==0.25.1
|
139 |
Pygments==2.14.0
|
140 |
pyparsing==3.0.9
|
|
|
144 |
pytest==7.4.0
|
145 |
python-dateutil==2.8.2
|
146 |
python-json-logger==2.0.7
|
147 |
+
python-multipart==0.0.9
|
148 |
pytz==2022.7.1
|
149 |
PyWavelets==1.4.1
|
150 |
PyYAML==6.0
|
151 |
pyzmq==25.0.1
|
152 |
qtconsole==5.4.1
|
153 |
QtPy==2.3.0
|
154 |
+
requests==2.32.3
|
155 |
rfc3339-validator==0.1.4
|
156 |
rfc3986==1.5.0
|
157 |
rfc3986-validator==0.1.1
|
158 |
+
rich==13.8.1
|
159 |
roifile==2023.2.12
|
160 |
+
ruff==0.6.4
|
161 |
+
s3transfer==0.10.2
|
162 |
scikit-image==0.20.0
|
163 |
scikit-learn==1.2.2
|
164 |
scipy==1.10.1
|
165 |
seaborn==0.12.2
|
166 |
+
semantic-version==2.10.0
|
167 |
Send2Trash==1.8.0
|
168 |
+
shellingham==1.5.4
|
169 |
six==1.16.0
|
170 |
sniffio==1.3.0
|
171 |
soupsieve==2.4
|
172 |
stack-data==0.6.2
|
173 |
+
starlette==0.38.5
|
174 |
sympy==1.12
|
175 |
terminado==0.17.1
|
176 |
threadpoolctl==3.1.0
|
177 |
tifffile==2023.2.28
|
178 |
tinycss2==1.2.1
|
179 |
tomli==2.0.1
|
180 |
+
tomlkit==0.12.0
|
181 |
toolz==0.12.0
|
182 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
183 |
torch==2.2.0
|
|
|
185 |
tornado==6.2
|
186 |
tqdm==4.65.0
|
187 |
traitlets==5.9.0
|
188 |
+
typer==0.12.5
|
189 |
typing_extensions==4.9.0
|
190 |
uc-micro-py==1.0.1
|
191 |
uri-template==1.2.0
|
192 |
+
urllib3==2.2.3
|
193 |
uvicorn==0.21.1
|
194 |
virtualenv==20.25.0
|
195 |
wcwidth==0.2.6
|