Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -32,13 +32,13 @@ jiter==0.9.0
|
|
32 |
kiwisolver==1.4.7
|
33 |
MarkupSafe==3.0.2
|
34 |
matplotlib==3.9.4
|
35 |
-
mediapipe
|
36 |
ml_dtypes==0.5.1
|
37 |
mpmath==1.3.0
|
38 |
narwhals==1.31.0
|
39 |
networkx==3.2.1
|
40 |
-
numpy>=1.22,<2.0
|
41 |
-
openai
|
42 |
opencv-contrib-python==4.11.0.86
|
43 |
opencv-python==4.11.0.86
|
44 |
opt_einsum==3.4.0
|
|
|
32 |
kiwisolver==1.4.7
|
33 |
MarkupSafe==3.0.2
|
34 |
matplotlib==3.9.4
|
35 |
+
mediapipe>=0.10.21
|
36 |
ml_dtypes==0.5.1
|
37 |
mpmath==1.3.0
|
38 |
narwhals==1.31.0
|
39 |
networkx==3.2.1
|
40 |
+
numpy>=1.22,<2.0,!=2.0.0,!=2.0.1,!=2.0.2
|
41 |
+
openai<1.68.0
|
42 |
opencv-contrib-python==4.11.0.86
|
43 |
opencv-python==4.11.0.86
|
44 |
opt_einsum==3.4.0
|