Spaces:
Sleeping
Sleeping
more packages
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -8,10 +8,13 @@ colorama==0.4.6
|
|
8 |
coloredlogs==15.0.1
|
9 |
contourpy==1.3.2
|
10 |
cycler==0.12.1
|
|
|
11 |
duckduckgo_search==8.0.2
|
|
|
12 |
fastapi==0.115.12
|
13 |
ffmpy==0.5.0
|
14 |
filelock==3.18.0
|
|
|
15 |
flatbuffers==25.2.10
|
16 |
fonttools==4.58.0
|
17 |
fsspec==2025.3.2
|
@@ -25,6 +28,8 @@ httpx==0.28.1
|
|
25 |
huggingface-hub==0.31.2
|
26 |
humanfriendly==10.0
|
27 |
idna==3.10
|
|
|
|
|
28 |
Jinja2==3.1.6
|
29 |
joblib==1.5.0
|
30 |
jsonpatch==1.33
|
@@ -38,6 +43,7 @@ MarkupSafe==3.0.2
|
|
38 |
matplotlib==3.10.3
|
39 |
mdurl==0.1.2
|
40 |
mpmath==1.3.0
|
|
|
41 |
numpy==2.2.5
|
42 |
onnxruntime==1.22.0
|
43 |
opencv-python-headless==4.11.0.86
|
@@ -45,6 +51,7 @@ orjson==3.10.18
|
|
45 |
packaging==24.2
|
46 |
pandas==2.2.3
|
47 |
pillow==11.2.1
|
|
|
48 |
primp==0.15.0
|
49 |
protobuf==6.31.0
|
50 |
pyAudioAnalysis==0.3.14
|
@@ -70,6 +77,7 @@ scipy==1.15.3
|
|
70 |
semantic-version==2.10.0
|
71 |
shellingham==1.5.4
|
72 |
six==1.17.0
|
|
|
73 |
smolagents==1.15.0
|
74 |
sniffio==1.3.1
|
75 |
starlette==0.46.2
|
|
|
8 |
coloredlogs==15.0.1
|
9 |
contourpy==1.3.2
|
10 |
cycler==0.12.1
|
11 |
+
deprecation==2.1.0
|
12 |
duckduckgo_search==8.0.2
|
13 |
+
eyeD3==0.9.8
|
14 |
fastapi==0.115.12
|
15 |
ffmpy==0.5.0
|
16 |
filelock==3.18.0
|
17 |
+
filetype==1.2.0
|
18 |
flatbuffers==25.2.10
|
19 |
fonttools==4.58.0
|
20 |
fsspec==2025.3.2
|
|
|
28 |
huggingface-hub==0.31.2
|
29 |
humanfriendly==10.0
|
30 |
idna==3.10
|
31 |
+
imbalanced-learn==0.13.0
|
32 |
+
imblearn==0.0
|
33 |
Jinja2==3.1.6
|
34 |
joblib==1.5.0
|
35 |
jsonpatch==1.33
|
|
|
43 |
matplotlib==3.10.3
|
44 |
mdurl==0.1.2
|
45 |
mpmath==1.3.0
|
46 |
+
narwhals==1.39.1
|
47 |
numpy==2.2.5
|
48 |
onnxruntime==1.22.0
|
49 |
opencv-python-headless==4.11.0.86
|
|
|
51 |
packaging==24.2
|
52 |
pandas==2.2.3
|
53 |
pillow==11.2.1
|
54 |
+
plotly==6.1.0
|
55 |
primp==0.15.0
|
56 |
protobuf==6.31.0
|
57 |
pyAudioAnalysis==0.3.14
|
|
|
77 |
semantic-version==2.10.0
|
78 |
shellingham==1.5.4
|
79 |
six==1.17.0
|
80 |
+
sklearn-compat==0.1.3
|
81 |
smolagents==1.15.0
|
82 |
sniffio==1.3.1
|
83 |
starlette==0.46.2
|