Spaces:
Sleeping
Sleeping
add packages
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
@@ -6,29 +6,36 @@ charset-normalizer==3.4.2
|
|
6 |
click==8.1.8
|
7 |
colorama==0.4.6
|
8 |
coloredlogs==15.0.1
|
|
|
|
|
9 |
duckduckgo_search==8.0.2
|
10 |
fastapi==0.115.12
|
11 |
ffmpy==0.5.0
|
12 |
filelock==3.18.0
|
13 |
flatbuffers==25.2.10
|
|
|
14 |
fsspec==2025.3.2
|
15 |
gradio==5.29.1
|
16 |
gradio_client==1.10.1
|
17 |
groovy==0.1.2
|
18 |
h11==0.16.0
|
|
|
19 |
httpcore==1.0.9
|
20 |
httpx==0.28.1
|
21 |
huggingface-hub==0.31.2
|
22 |
humanfriendly==10.0
|
23 |
idna==3.10
|
24 |
Jinja2==3.1.6
|
|
|
25 |
jsonpatch==1.33
|
26 |
jsonpointer==3.0.0
|
|
|
27 |
langchain-core==0.3.59
|
28 |
langsmith==0.3.42
|
29 |
lxml==5.4.0
|
30 |
markdown-it-py==3.0.0
|
31 |
MarkupSafe==3.0.2
|
|
|
32 |
mdurl==0.1.2
|
33 |
mpmath==1.3.0
|
34 |
numpy==2.2.5
|
@@ -45,6 +52,7 @@ pydantic==2.11.4
|
|
45 |
pydantic_core==2.33.2
|
46 |
pydub==0.25.1
|
47 |
Pygments==2.19.1
|
|
|
48 |
pyreadline3==3.5.4
|
49 |
pytesseract==0.3.13
|
50 |
python-dateutil==2.9.0.post0
|
@@ -57,6 +65,7 @@ requests-toolbelt==1.0.0
|
|
57 |
rich==14.0.0
|
58 |
ruff==0.11.9
|
59 |
safehttpx==0.1.6
|
|
|
60 |
scipy==1.15.3
|
61 |
semantic-version==2.10.0
|
62 |
shellingham==1.5.4
|
@@ -66,6 +75,7 @@ sniffio==1.3.1
|
|
66 |
starlette==0.46.2
|
67 |
sympy==1.14.0
|
68 |
tenacity==9.1.2
|
|
|
69 |
tomlkit==0.13.2
|
70 |
tqdm==4.67.1
|
71 |
typer==0.15.4
|
|
|
6 |
click==8.1.8
|
7 |
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
|
18 |
gradio==5.29.1
|
19 |
gradio_client==1.10.1
|
20 |
groovy==0.1.2
|
21 |
h11==0.16.0
|
22 |
+
hmmlearn==0.3.3
|
23 |
httpcore==1.0.9
|
24 |
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
|
31 |
jsonpointer==3.0.0
|
32 |
+
kiwisolver==1.4.8
|
33 |
langchain-core==0.3.59
|
34 |
langsmith==0.3.42
|
35 |
lxml==5.4.0
|
36 |
markdown-it-py==3.0.0
|
37 |
MarkupSafe==3.0.2
|
38 |
+
matplotlib==3.10.3
|
39 |
mdurl==0.1.2
|
40 |
mpmath==1.3.0
|
41 |
numpy==2.2.5
|
|
|
52 |
pydantic_core==2.33.2
|
53 |
pydub==0.25.1
|
54 |
Pygments==2.19.1
|
55 |
+
pyparsing==3.2.3
|
56 |
pyreadline3==3.5.4
|
57 |
pytesseract==0.3.13
|
58 |
python-dateutil==2.9.0.post0
|
|
|
65 |
rich==14.0.0
|
66 |
ruff==0.11.9
|
67 |
safehttpx==0.1.6
|
68 |
+
scikit-learn==1.6.1
|
69 |
scipy==1.15.3
|
70 |
semantic-version==2.10.0
|
71 |
shellingham==1.5.4
|
|
|
75 |
starlette==0.46.2
|
76 |
sympy==1.14.0
|
77 |
tenacity==9.1.2
|
78 |
+
threadpoolctl==3.6.0
|
79 |
tomlkit==0.13.2
|
80 |
tqdm==4.67.1
|
81 |
typer==0.15.4
|