Spaces:
Running
Running
韩宇
commited on
Commit
·
d650e51
1
Parent(s):
58ae9fe
init req
Browse files- requirements.txt +39 -113
requirements.txt
CHANGED
@@ -1,113 +1,39 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
Jinja2==3.1.5
|
41 |
-
jiter==0.8.2
|
42 |
-
json_repair==0.31.0
|
43 |
-
jsonpath==0.82.2
|
44 |
-
markdown-it-py==3.0.0
|
45 |
-
MarkupSafe==2.1.5
|
46 |
-
mdurl==0.1.2
|
47 |
-
milvus-lite==2.4.11
|
48 |
-
mpmath==1.3.0
|
49 |
-
networkx==3.4.2
|
50 |
-
numpy==2.2.3
|
51 |
-
# Editable install with no version control (omagent_core==0.2.3)
|
52 |
-
openai==1.63.0
|
53 |
-
opencv-python==4.11.0.86
|
54 |
-
orjson==3.10.15
|
55 |
-
packaging==24.2
|
56 |
-
pandas==2.2.3
|
57 |
-
pillow==11.1.0
|
58 |
-
platformdirs==4.3.6
|
59 |
-
primp==0.12.1
|
60 |
-
prometheus_client==0.21.1
|
61 |
-
protobuf==5.29.3
|
62 |
-
psutil==7.0.0
|
63 |
-
pycparser==2.22
|
64 |
-
pycryptodome==3.21.0
|
65 |
-
pydantic==2.10.6
|
66 |
-
pydantic-settings==2.7.1
|
67 |
-
pydantic_core==2.27.2
|
68 |
-
pydub==0.25.1
|
69 |
-
Pygments==2.19.1
|
70 |
-
pymilvus==2.5.4
|
71 |
-
PyMySQL==1.1.1
|
72 |
-
python-dateutil==2.9.0.post0
|
73 |
-
python-dotenv==1.0.1
|
74 |
-
python-multipart==0.0.20
|
75 |
-
pytz==2025.1
|
76 |
-
PyYAML==6.0.2
|
77 |
-
qwen-vl-utils==0.0.8
|
78 |
-
ratelim==0.1.6
|
79 |
-
redis==5.2.1
|
80 |
-
redislite==6.2.912183
|
81 |
-
regex==2024.11.6
|
82 |
-
requests==2.32.3
|
83 |
-
rich==13.9.4
|
84 |
-
ruff==0.9.6
|
85 |
-
safehttpx==0.1.6
|
86 |
-
scenedetect==0.6.5.2
|
87 |
-
semantic-version==2.10.0
|
88 |
-
shellingham==1.5.4
|
89 |
-
shortuuid==1.0.13
|
90 |
-
six==1.17.0
|
91 |
-
sniffio==1.3.1
|
92 |
-
sortedcontainers==2.4.0
|
93 |
-
soupsieve==2.6
|
94 |
-
SQLAlchemy==2.0.38
|
95 |
-
SQLAlchemy-Utils==0.41.2
|
96 |
-
sqlmodel==0.0.22
|
97 |
-
starlette==0.45.3
|
98 |
-
sympy==1.13.3
|
99 |
-
tavily-python==0.5.1
|
100 |
-
tenacity==9.0.0
|
101 |
-
tiktoken==0.9.0
|
102 |
-
tomlkit==0.13.2
|
103 |
-
torch==2.6.0
|
104 |
-
torchvision==0.21.0
|
105 |
-
tqdm==4.67.1
|
106 |
-
typer==0.15.1
|
107 |
-
typing_extensions==4.12.2
|
108 |
-
tzdata==2025.1
|
109 |
-
ujson==5.10.0
|
110 |
-
urllib3==2.3.0
|
111 |
-
uvicorn==0.34.0
|
112 |
-
websockets==14.2
|
113 |
-
wikipedia==1.4.0
|
|
|
1 |
+
sqlmodel
|
2 |
+
pymysql
|
3 |
+
sqlalchemy-utils
|
4 |
+
tenacity
|
5 |
+
pyyaml
|
6 |
+
pymilvus
|
7 |
+
networkx
|
8 |
+
duckduckgo-search
|
9 |
+
bs4
|
10 |
+
pillow
|
11 |
+
geocoder
|
12 |
+
rich
|
13 |
+
jsonpath
|
14 |
+
jinja2
|
15 |
+
colorama
|
16 |
+
openai
|
17 |
+
certifi
|
18 |
+
prometheus-client
|
19 |
+
six
|
20 |
+
requests
|
21 |
+
typing-extensions
|
22 |
+
astor
|
23 |
+
shortuuid
|
24 |
+
dacite
|
25 |
+
pydantic-settings
|
26 |
+
redis
|
27 |
+
json-repair
|
28 |
+
scenedetect
|
29 |
+
pydub
|
30 |
+
qwen_vl_utils
|
31 |
+
face-recognition
|
32 |
+
tavily-python
|
33 |
+
httpx
|
34 |
+
func-timeout
|
35 |
+
gradio
|
36 |
+
opencv-python
|
37 |
+
wikipedia
|
38 |
+
sympy
|
39 |
+
redislite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|