Spaces:
Sleeping
Sleeping
Commit
·
4107a10
1
Parent(s):
f5f1c41
Fix: Removed requests from requirements
Browse files- requirements.txt +1 -14
requirements.txt
CHANGED
@@ -44,7 +44,6 @@ datasets==3.4.1
|
|
44 |
dbus-python==1.2.18
|
45 |
debugpy==1.8.0
|
46 |
decorator==5.2.1
|
47 |
-
deepface==0.0.93
|
48 |
defer==1.0.4
|
49 |
defusedxml==0.7.1
|
50 |
depthai==2.23.0.0
|
@@ -110,11 +109,9 @@ jupyter_client==8.6.0
|
|
110 |
jupyter_core==5.5.1
|
111 |
jupyter_server==2.14.2
|
112 |
jupyter_server_terminals==0.5.3
|
113 |
-
jupyterlab==4.2.5
|
114 |
jupyterlab_pygments==0.3.0
|
115 |
jupyterlab_server==2.27.3
|
116 |
jupyterlab_widgets==3.0.13
|
117 |
-
kaggle==1.7.4.2
|
118 |
keras==2.11.0
|
119 |
Keras-Preprocessing==1.1.2
|
120 |
keyring==23.5.0
|
@@ -128,7 +125,6 @@ libcst==1.4.0
|
|
128 |
llvmlite==0.44.0
|
129 |
lockfile==0.12.2
|
130 |
lz4==4.4.4
|
131 |
-
macaroonbakery==1.3.1
|
132 |
Mako==1.1.3
|
133 |
Markdown==3.7
|
134 |
markdown-it-py==3.0.0
|
@@ -181,9 +177,6 @@ olefile==0.46
|
|
181 |
omegaconf==2.3.0
|
182 |
opencv-python==4.10.0.84
|
183 |
opencv-python-headless==4.10.0.84
|
184 |
-
opendatalab==0.0.10
|
185 |
-
openmim==0.3.9
|
186 |
-
openxlab==0.1.2
|
187 |
opt_einsum==3.4.0
|
188 |
optree==0.14.0
|
189 |
ordered-set==4.1.0
|
@@ -241,7 +234,7 @@ pyzmq==25.1.2
|
|
241 |
referencing==0.35.1
|
242 |
regex==2024.11.6
|
243 |
reportlab==3.6.8
|
244 |
-
requests
|
245 |
requests-oauthlib==2.0.0
|
246 |
retina-face==0.0.17
|
247 |
rfc3339-validator==0.1.4
|
@@ -303,12 +296,8 @@ types-python-dateutil==2.9.0.20240906
|
|
303 |
typing-inspection==0.4.0
|
304 |
typing_extensions==4.13.1
|
305 |
tzdata==2023.3
|
306 |
-
ufmt==2.0.0b2
|
307 |
-
ultralytics==8.2.100
|
308 |
-
ultralytics-thop==2.0.8
|
309 |
uri-template==1.3.0
|
310 |
urllib3==2.3.0
|
311 |
-
usort==1.0.2
|
312 |
virtualenv==20.23.0
|
313 |
wadllib==1.3.6
|
314 |
wandb==0.19.9
|
@@ -320,9 +309,7 @@ websocket-client==1.8.0
|
|
320 |
Werkzeug==3.1.3
|
321 |
widgetsnbextension==4.0.13
|
322 |
wrapt==1.14.1
|
323 |
-
xtcocotools==1.14.3
|
324 |
xxhash==3.5.0
|
325 |
yacs==0.1.8
|
326 |
-
yapf==0.43.0
|
327 |
yarl==1.18.3
|
328 |
zipp==1.0.0
|
|
|
44 |
dbus-python==1.2.18
|
45 |
debugpy==1.8.0
|
46 |
decorator==5.2.1
|
|
|
47 |
defer==1.0.4
|
48 |
defusedxml==0.7.1
|
49 |
depthai==2.23.0.0
|
|
|
109 |
jupyter_core==5.5.1
|
110 |
jupyter_server==2.14.2
|
111 |
jupyter_server_terminals==0.5.3
|
|
|
112 |
jupyterlab_pygments==0.3.0
|
113 |
jupyterlab_server==2.27.3
|
114 |
jupyterlab_widgets==3.0.13
|
|
|
115 |
keras==2.11.0
|
116 |
Keras-Preprocessing==1.1.2
|
117 |
keyring==23.5.0
|
|
|
125 |
llvmlite==0.44.0
|
126 |
lockfile==0.12.2
|
127 |
lz4==4.4.4
|
|
|
128 |
Mako==1.1.3
|
129 |
Markdown==3.7
|
130 |
markdown-it-py==3.0.0
|
|
|
177 |
omegaconf==2.3.0
|
178 |
opencv-python==4.10.0.84
|
179 |
opencv-python-headless==4.10.0.84
|
|
|
|
|
|
|
180 |
opt_einsum==3.4.0
|
181 |
optree==0.14.0
|
182 |
ordered-set==4.1.0
|
|
|
234 |
referencing==0.35.1
|
235 |
regex==2024.11.6
|
236 |
reportlab==3.6.8
|
237 |
+
requests==2.32.2
|
238 |
requests-oauthlib==2.0.0
|
239 |
retina-face==0.0.17
|
240 |
rfc3339-validator==0.1.4
|
|
|
296 |
typing-inspection==0.4.0
|
297 |
typing_extensions==4.13.1
|
298 |
tzdata==2023.3
|
|
|
|
|
|
|
299 |
uri-template==1.3.0
|
300 |
urllib3==2.3.0
|
|
|
301 |
virtualenv==20.23.0
|
302 |
wadllib==1.3.6
|
303 |
wandb==0.19.9
|
|
|
309 |
Werkzeug==3.1.3
|
310 |
widgetsnbextension==4.0.13
|
311 |
wrapt==1.14.1
|
|
|
312 |
xxhash==3.5.0
|
313 |
yacs==0.1.8
|
|
|
314 |
yarl==1.18.3
|
315 |
zipp==1.0.0
|