junlin3 commited on
Commit
36ab5f6
·
1 Parent(s): 957b75b

解决pip冲突问题

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -162
requirements.txt CHANGED
@@ -1,162 +1,13 @@
1
- aiofiles==24.1.0
2
- aiohappyeyeballs==2.6.1
3
- aiohttp==3.12.12
4
- aiosignal==1.3.2
5
- annotated-types==0.7.0
6
- anyio==4.9.0
7
- asgiref==3.8.1
8
- attrs==25.3.0
9
- backoff==2.2.1
10
- bcrypt==4.3.0
11
- beautifulsoup4==4.13.4
12
- build==1.2.2.post1
13
- cachetools==5.5.2
14
- certifi==2025.4.26
15
- charset-normalizer==3.4.2
16
- chromadb==1.0.12
17
- click==8.2.1
18
- coloredlogs==15.0.1
19
- dataclasses-json==0.6.7
20
- distro==1.9.0
21
- durationpy==0.10
22
- fastapi==0.115.9
23
- ffmpy==0.6.0
24
- filelock==3.18.0
25
- filetype==1.2.0
26
- flatbuffers==25.2.10
27
- frozenlist==1.7.0
28
- fsspec==2025.5.1
29
- google-ai-generativelanguage==0.6.18
30
- google-api-core==2.25.1
31
- google-auth==2.40.3
32
- googleapis-common-protos==1.70.0
33
- gradio==5.34.0
34
- gradio_client==1.10.3
35
- groovy==0.1.2
36
- grpcio==1.73.0
37
- grpcio-status==1.73.0
38
- h11==0.16.0
39
- hf-xet==1.1.3
40
- httpcore==1.0.9
41
- httptools==0.6.4
42
- httpx==0.28.1
43
- httpx-sse==0.4.0
44
- huggingface-hub==0.33.0
45
- humanfriendly==10.0
46
- idna==3.10
47
- importlib_metadata==8.7.0
48
- importlib_resources==6.5.2
49
- Jinja2==3.1.6
50
- joblib==1.5.1
51
- jsonpatch==1.33
52
- jsonpointer==3.0.0
53
- jsonschema==4.24.0
54
- jsonschema-specifications==2025.4.1
55
- kubernetes==33.1.0
56
- langchain==0.3.25
57
- langchain-chroma==0.2.4
58
- langchain-community==0.3.25
59
- langchain-core==0.3.65
60
- langchain-google-genai==2.1.5
61
- langchain-huggingface==0.3.0
62
- langchain-ollama==0.3.3
63
- langchain-text-splitters==0.3.8
64
- langgraph==0.4.8
65
- langgraph-checkpoint==2.0.26
66
- langgraph-prebuilt==0.2.2
67
- langgraph-sdk==0.1.70
68
- langsmith==0.3.45
69
- markdown-it-py==3.0.0
70
- MarkupSafe==3.0.2
71
- marshmallow==3.26.1
72
- mdurl==0.1.2
73
- mmh3==5.1.0
74
- mpmath==1.3.0
75
- multidict==6.4.4
76
- mypy_extensions==1.1.0
77
- networkx==3.5
78
- numpy==2.3.0
79
- oauthlib==3.2.2
80
- ollama==0.5.1
81
- onnxruntime==1.22.0
82
- opentelemetry-api==1.34.1
83
- opentelemetry-exporter-otlp-proto-common==1.34.1
84
- opentelemetry-exporter-otlp-proto-grpc==1.34.1
85
- opentelemetry-instrumentation==0.55b1
86
- opentelemetry-instrumentation-asgi==0.55b1
87
- opentelemetry-instrumentation-fastapi==0.55b1
88
- opentelemetry-proto==1.34.1
89
- opentelemetry-sdk==1.34.1
90
- opentelemetry-semantic-conventions==0.55b1
91
- opentelemetry-util-http==0.55b1
92
- orjson==3.10.18
93
- ormsgpack==1.10.0
94
- overrides==7.7.0
95
- packaging==24.2
96
- pandas==2.3.0
97
- pillow==11.2.1
98
- posthog==4.8.0
99
- propcache==0.3.2
100
- proto-plus==1.26.1
101
- protobuf==6.31.1
102
- pyasn1==0.6.1
103
- pyasn1_modules==0.4.2
104
- pydantic==2.11.5
105
- pydantic-settings==2.9.1
106
- pydantic_core==2.33.2
107
- pydub==0.25.1
108
- Pygments==2.19.1
109
- PyPika==0.48.9
110
- pyproject_hooks==1.2.0
111
- python-dateutil==2.9.0.post0
112
- python-dotenv==1.1.0
113
- python-multipart==0.0.20
114
- pytz==2025.2
115
- PyYAML==6.0.2
116
- referencing==0.36.2
117
- regex==2024.11.6
118
- requests==2.32.4
119
- requests-oauthlib==2.0.0
120
- requests-toolbelt==1.0.0
121
- rich==14.0.0
122
- rpds-py==0.25.1
123
- rsa==4.9.1
124
- ruff==0.11.13
125
- safehttpx==0.1.6
126
- safetensors==0.5.3
127
- scikit-learn==1.7.0
128
- scipy==1.15.3
129
- semantic-version==2.10.0
130
- sentence-transformers==4.1.0
131
- setuptools==80.9.0
132
- shellingham==1.5.4
133
- six==1.17.0
134
- sniffio==1.3.1
135
- soupsieve==2.7
136
- SQLAlchemy==2.0.41
137
- starlette==0.45.3
138
- sympy==1.14.0
139
- tenacity==9.1.2
140
- threadpoolctl==3.6.0
141
- tokenizers==0.21.1
142
- tomlkit==0.13.3
143
- torch==2.7.1
144
- tqdm==4.67.1
145
- transformers==4.52.4
146
- typer==0.16.0
147
- typing-inspect==0.9.0
148
- typing-inspection==0.4.1
149
- typing_extensions==4.14.0
150
- tzdata==2025.2
151
- urllib3==2.4.0
152
- uvicorn==0.34.3
153
- uvloop==0.21.0
154
- watchfiles==1.0.5
155
- websocket-client==1.8.0
156
- websockets==15.0.1
157
- wikipedia==1.4.0
158
- wrapt==1.17.2
159
- xxhash==3.5.0
160
- yarl==1.20.1
161
- zipp==3.23.0
162
- zstandard==0.23.0
 
1
+ gradio
2
+ requests
3
+ langchain
4
+ langchain-community
5
+ langchain-core
6
+ langchain-google-genai
7
+ langchain-huggingface
8
+ sentence-transformers
9
+ langchain-chroma
10
+ langchain-ollama
11
+ langgraph
12
+ wikipedia
13
+ python-dotenv