Spaces:
Sleeping
Sleeping
more packages
Browse files- requirements.txt +22 -0
requirements.txt
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
aiofiles==24.1.0
|
|
|
|
|
|
|
2 |
annotated-types==0.7.0
|
3 |
anyio==4.9.0
|
|
|
|
|
4 |
certifi==2025.4.26
|
5 |
charset-normalizer==3.4.2
|
6 |
click==8.1.8
|
@@ -8,6 +13,7 @@ colorama==0.4.6
|
|
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
|
@@ -17,14 +23,17 @@ filelock==3.18.0
|
|
17 |
filetype==1.2.0
|
18 |
flatbuffers==25.2.10
|
19 |
fonttools==4.58.0
|
|
|
20 |
fsspec==2025.3.2
|
21 |
gradio==5.29.1
|
22 |
gradio_client==1.10.1
|
|
|
23 |
groovy==0.1.2
|
24 |
h11==0.16.0
|
25 |
hmmlearn==0.3.3
|
26 |
httpcore==1.0.9
|
27 |
httpx==0.28.1
|
|
|
28 |
huggingface-hub==0.31.2
|
29 |
humanfriendly==10.0
|
30 |
idna==3.10
|
@@ -35,14 +44,20 @@ joblib==1.5.0
|
|
35 |
jsonpatch==1.33
|
36 |
jsonpointer==3.0.0
|
37 |
kiwisolver==1.4.8
|
|
|
|
|
38 |
langchain-core==0.3.59
|
|
|
39 |
langsmith==0.3.42
|
40 |
lxml==5.4.0
|
41 |
markdown-it-py==3.0.0
|
42 |
MarkupSafe==3.0.2
|
|
|
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
|
@@ -53,9 +68,11 @@ 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
|
58 |
pydantic==2.11.4
|
|
|
59 |
pydantic_core==2.33.2
|
60 |
pydub==0.25.1
|
61 |
Pygments==2.19.1
|
@@ -80,6 +97,8 @@ 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
|
84 |
sympy==1.14.0
|
85 |
tenacity==9.1.2
|
@@ -87,11 +106,14 @@ threadpoolctl==3.6.0
|
|
87 |
tomlkit==0.13.2
|
88 |
tqdm==4.67.1
|
89 |
typer==0.15.4
|
|
|
90 |
typing-inspection==0.4.0
|
91 |
typing_extensions==4.13.2
|
92 |
tzdata==2025.2
|
93 |
urllib3==2.4.0
|
94 |
uvicorn==0.34.2
|
95 |
websockets==15.0.1
|
|
|
96 |
Wikipedia-API==0.8.1
|
|
|
97 |
zstandard==0.23.0
|
|
|
1 |
aiofiles==24.1.0
|
2 |
+
aiohappyeyeballs==2.6.1
|
3 |
+
aiohttp==3.11.18
|
4 |
+
aiosignal==1.3.2
|
5 |
annotated-types==0.7.0
|
6 |
anyio==4.9.0
|
7 |
+
attrs==25.3.0
|
8 |
+
beautifulsoup4==4.13.4
|
9 |
certifi==2025.4.26
|
10 |
charset-normalizer==3.4.2
|
11 |
click==8.1.8
|
|
|
13 |
coloredlogs==15.0.1
|
14 |
contourpy==1.3.2
|
15 |
cycler==0.12.1
|
16 |
+
dataclasses-json==0.6.7
|
17 |
deprecation==2.1.0
|
18 |
duckduckgo_search==8.0.2
|
19 |
eyeD3==0.9.8
|
|
|
23 |
filetype==1.2.0
|
24 |
flatbuffers==25.2.10
|
25 |
fonttools==4.58.0
|
26 |
+
frozenlist==1.6.0
|
27 |
fsspec==2025.3.2
|
28 |
gradio==5.29.1
|
29 |
gradio_client==1.10.1
|
30 |
+
greenlet==3.2.2
|
31 |
groovy==0.1.2
|
32 |
h11==0.16.0
|
33 |
hmmlearn==0.3.3
|
34 |
httpcore==1.0.9
|
35 |
httpx==0.28.1
|
36 |
+
httpx-sse==0.4.0
|
37 |
huggingface-hub==0.31.2
|
38 |
humanfriendly==10.0
|
39 |
idna==3.10
|
|
|
44 |
jsonpatch==1.33
|
45 |
jsonpointer==3.0.0
|
46 |
kiwisolver==1.4.8
|
47 |
+
langchain==0.3.25
|
48 |
+
langchain-community==0.3.24
|
49 |
langchain-core==0.3.59
|
50 |
+
langchain-text-splitters==0.3.8
|
51 |
langsmith==0.3.42
|
52 |
lxml==5.4.0
|
53 |
markdown-it-py==3.0.0
|
54 |
MarkupSafe==3.0.2
|
55 |
+
marshmallow==3.26.1
|
56 |
matplotlib==3.10.3
|
57 |
mdurl==0.1.2
|
58 |
mpmath==1.3.0
|
59 |
+
multidict==6.4.3
|
60 |
+
mypy_extensions==1.1.0
|
61 |
narwhals==1.39.1
|
62 |
numpy==2.2.5
|
63 |
onnxruntime==1.22.0
|
|
|
68 |
pillow==11.2.1
|
69 |
plotly==6.1.0
|
70 |
primp==0.15.0
|
71 |
+
propcache==0.3.1
|
72 |
protobuf==6.31.0
|
73 |
pyAudioAnalysis==0.3.14
|
74 |
pydantic==2.11.4
|
75 |
+
pydantic-settings==2.9.1
|
76 |
pydantic_core==2.33.2
|
77 |
pydub==0.25.1
|
78 |
Pygments==2.19.1
|
|
|
97 |
sklearn-compat==0.1.3
|
98 |
smolagents==1.15.0
|
99 |
sniffio==1.3.1
|
100 |
+
soupsieve==2.7
|
101 |
+
SQLAlchemy==2.0.41
|
102 |
starlette==0.46.2
|
103 |
sympy==1.14.0
|
104 |
tenacity==9.1.2
|
|
|
106 |
tomlkit==0.13.2
|
107 |
tqdm==4.67.1
|
108 |
typer==0.15.4
|
109 |
+
typing-inspect==0.9.0
|
110 |
typing-inspection==0.4.0
|
111 |
typing_extensions==4.13.2
|
112 |
tzdata==2025.2
|
113 |
urllib3==2.4.0
|
114 |
uvicorn==0.34.2
|
115 |
websockets==15.0.1
|
116 |
+
wikipedia==1.4.0
|
117 |
Wikipedia-API==0.8.1
|
118 |
+
yarl==1.20.0
|
119 |
zstandard==0.23.0
|