Spaces:
Sleeping
Sleeping
Commit
·
f5f1c41
1
Parent(s):
15295b8
Fix: Removed requests from requirements
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -40,11 +40,11 @@ crcmod==1.7
|
|
40 |
cryptography==3.4.8
|
41 |
cycler==0.12.1
|
42 |
Cython==3.0.11
|
43 |
-
datasets
|
44 |
dbus-python==1.2.18
|
45 |
debugpy==1.8.0
|
46 |
decorator==5.2.1
|
47 |
-
deepface
|
48 |
defer==1.0.4
|
49 |
defusedxml==0.7.1
|
50 |
depthai==2.23.0.0
|
@@ -82,7 +82,7 @@ h5py==3.13.0
|
|
82 |
httpcore==1.0.5
|
83 |
httplib2==0.20.2
|
84 |
httpx==0.27.2
|
85 |
-
huggingface-hub
|
86 |
hydra-core==1.3.2
|
87 |
idna==3.3
|
88 |
importlib-metadata==4.6.4
|
@@ -183,7 +183,7 @@ 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
|
187 |
opt_einsum==3.4.0
|
188 |
optree==0.14.0
|
189 |
ordered-set==4.1.0
|
|
|
40 |
cryptography==3.4.8
|
41 |
cycler==0.12.1
|
42 |
Cython==3.0.11
|
43 |
+
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
|
|
|
82 |
httpcore==1.0.5
|
83 |
httplib2==0.20.2
|
84 |
httpx==0.27.2
|
85 |
+
huggingface-hub==0.30.1
|
86 |
hydra-core==1.3.2
|
87 |
idna==3.3
|
88 |
importlib-metadata==4.6.4
|
|
|
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
|