Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +67 -14
requirements.txt
CHANGED
@@ -1,23 +1,45 @@
|
|
1 |
absl-py==2.1.0
|
|
|
2 |
aiohttp==3.9.5
|
3 |
aiosignal==1.3.1
|
|
|
|
|
4 |
arxiv==2.1.3
|
5 |
async-timeout==4.0.3
|
|
|
|
|
6 |
beautifulsoup4==4.12.3
|
7 |
-
|
|
|
|
|
|
|
|
|
8 |
cssselect==1.2.0
|
|
|
9 |
dataclasses-json==0.6.7
|
10 |
distro==1.9.0
|
11 |
docarray==0.40.0
|
12 |
-
|
13 |
feedparser==6.0.11
|
|
|
|
|
14 |
frozenlist==1.4.1
|
|
|
15 |
gevent==24.2.1
|
16 |
google_search_results==2.4.2
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
19 |
hpack==4.0.0
|
|
|
|
|
|
|
|
|
|
|
20 |
importlib_metadata==7.1.0
|
|
|
21 |
jiter==0.5.0
|
22 |
jmespath==1.0.1
|
23 |
jsonpatch==1.33
|
@@ -32,47 +54,78 @@ langsmith==0.1.129
|
|
32 |
libretranslatepy==2.1.1
|
33 |
lxml==5.3.0
|
34 |
Markdown==3.6
|
|
|
|
|
35 |
marshmallow==3.21.3
|
|
|
36 |
multidict==6.0.5
|
37 |
munkres==1.1.4
|
38 |
mypy-extensions==1.0.0
|
39 |
-
|
40 |
-
|
|
|
|
|
|
|
41 |
parsel==1.9.1
|
|
|
42 |
primp==0.6.3
|
43 |
-
|
|
|
44 |
pycparser==2.22
|
|
|
45 |
pydantic-settings==2.5.2
|
|
|
|
|
|
|
|
|
46 |
python-dotenv==1.0.1
|
|
|
|
|
|
|
47 |
regex==2024.5.15
|
48 |
replicate==0.29.0
|
49 |
requests==2.32.3
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
sgmllib3k==1.0.0
|
|
|
|
|
|
|
52 |
soupsieve==2.5
|
53 |
SQLAlchemy==2.0.31
|
|
|
54 |
tenacity==8.5.0
|
55 |
tensorboard==2.16.2
|
56 |
tensorboard-data-server==0.7.2
|
57 |
-
tiktoken==0.
|
58 |
-
|
59 |
-
|
60 |
-
torchvision==0.18.0
|
61 |
translate==3.6.1
|
62 |
typer==0.12.3
|
63 |
typer-slim==0.12.3
|
64 |
types-requests==2.32.0.20240622
|
65 |
typing-inspect==0.9.0
|
|
|
|
|
|
|
|
|
66 |
w3lib==2.2.1
|
67 |
websocket==0.2.1
|
|
|
|
|
|
|
68 |
wikipedia==1.4.0
|
69 |
Wikipedia-API==0.6.0
|
70 |
yarl==1.9.4
|
71 |
zipp==3.19.0
|
72 |
zope.event==5.0
|
73 |
zope.interface==6.4.post2
|
74 |
-
|
75 |
-
gradio==5.12.0
|
76 |
|
77 |
|
78 |
|
|
|
1 |
absl-py==2.1.0
|
2 |
+
aiofiles==23.2.1
|
3 |
aiohttp==3.9.5
|
4 |
aiosignal==1.3.1
|
5 |
+
annotated-types==0.7.0
|
6 |
+
anyio==4.8.0
|
7 |
arxiv==2.1.3
|
8 |
async-timeout==4.0.3
|
9 |
+
attrs==24.3.0
|
10 |
+
audioop-lts==0.2.1
|
11 |
beautifulsoup4==4.12.3
|
12 |
+
certifi==2024.12.14
|
13 |
+
cffi==1.17.1
|
14 |
+
charset-normalizer==3.4.1
|
15 |
+
click==8.1.8
|
16 |
+
colorama==0.4.6
|
17 |
cssselect==1.2.0
|
18 |
+
dashscope==1.21.0
|
19 |
dataclasses-json==0.6.7
|
20 |
distro==1.9.0
|
21 |
docarray==0.40.0
|
22 |
+
fastapi==0.115.6
|
23 |
feedparser==6.0.11
|
24 |
+
ffmpy==0.5.0
|
25 |
+
filelock==3.16.1
|
26 |
frozenlist==1.4.1
|
27 |
+
fsspec==2024.12.0
|
28 |
gevent==24.2.1
|
29 |
google_search_results==2.4.2
|
30 |
+
gradio==5.12.0
|
31 |
+
gradio_client==1.5.4
|
32 |
+
greenlet==3.1.1
|
33 |
+
grpcio==1.69.0
|
34 |
+
h11==0.14.0
|
35 |
hpack==4.0.0
|
36 |
+
httpcore==1.0.7
|
37 |
+
httpx==0.28.1
|
38 |
+
httpx-sse==0.4.0
|
39 |
+
huggingface-hub==0.27.1
|
40 |
+
idna==3.10
|
41 |
importlib_metadata==7.1.0
|
42 |
+
Jinja2==3.1.5
|
43 |
jiter==0.5.0
|
44 |
jmespath==1.0.1
|
45 |
jsonpatch==1.33
|
|
|
54 |
libretranslatepy==2.1.1
|
55 |
lxml==5.3.0
|
56 |
Markdown==3.6
|
57 |
+
markdown-it-py==3.0.0
|
58 |
+
MarkupSafe==2.1.5
|
59 |
marshmallow==3.21.3
|
60 |
+
mdurl==0.1.2
|
61 |
multidict==6.0.5
|
62 |
munkres==1.1.4
|
63 |
mypy-extensions==1.0.0
|
64 |
+
numpy==2.2.1
|
65 |
+
openai==1.59.7
|
66 |
+
orjson==3.10.14
|
67 |
+
packaging==24.2
|
68 |
+
pandas==2.2.3
|
69 |
parsel==1.9.1
|
70 |
+
pillow==11.1.0
|
71 |
primp==0.6.3
|
72 |
+
propcache==0.2.1
|
73 |
+
protobuf==5.29.3
|
74 |
pycparser==2.22
|
75 |
+
pydantic==2.10.5
|
76 |
pydantic-settings==2.5.2
|
77 |
+
pydantic_core==2.27.2
|
78 |
+
pydub==0.25.1
|
79 |
+
Pygments==2.19.1
|
80 |
+
python-dateutil==2.9.0.post0
|
81 |
python-dotenv==1.0.1
|
82 |
+
python-multipart==0.0.20
|
83 |
+
pytz==2024.2
|
84 |
+
PyYAML==6.0.2
|
85 |
regex==2024.5.15
|
86 |
replicate==0.29.0
|
87 |
requests==2.32.3
|
88 |
+
requests-toolbelt==1.0.0
|
89 |
+
rich==13.9.4
|
90 |
+
ruff==0.9.1
|
91 |
+
safehttpx==0.1.6
|
92 |
+
semantic-version==2.10.0
|
93 |
+
serpapi==0.1.5
|
94 |
+
setuptools==75.8.0
|
95 |
sgmllib3k==1.0.0
|
96 |
+
shellingham==1.5.4
|
97 |
+
six==1.17.0
|
98 |
+
sniffio==1.3.1
|
99 |
soupsieve==2.5
|
100 |
SQLAlchemy==2.0.31
|
101 |
+
starlette==0.41.3
|
102 |
tenacity==8.5.0
|
103 |
tensorboard==2.16.2
|
104 |
tensorboard-data-server==0.7.2
|
105 |
+
tiktoken==0.8.0
|
106 |
+
tomlkit==0.13.2
|
107 |
+
tqdm==4.67.1
|
|
|
108 |
translate==3.6.1
|
109 |
typer==0.12.3
|
110 |
typer-slim==0.12.3
|
111 |
types-requests==2.32.0.20240622
|
112 |
typing-inspect==0.9.0
|
113 |
+
typing_extensions==4.12.2
|
114 |
+
tzdata==2024.2
|
115 |
+
urllib3==2.3.0
|
116 |
+
uvicorn==0.34.0
|
117 |
w3lib==2.2.1
|
118 |
websocket==0.2.1
|
119 |
+
websocket-client==1.8.0
|
120 |
+
websockets==14.1
|
121 |
+
Werkzeug==3.1.3
|
122 |
wikipedia==1.4.0
|
123 |
Wikipedia-API==0.6.0
|
124 |
yarl==1.9.4
|
125 |
zipp==3.19.0
|
126 |
zope.event==5.0
|
127 |
zope.interface==6.4.post2
|
128 |
+
|
|
|
129 |
|
130 |
|
131 |
|