Dropdead072 commited on
Commit
4d25ddf
·
verified ·
1 Parent(s): e074f3e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -144
requirements.txt CHANGED
@@ -1,144 +1,16 @@
1
- accelerate==1.13.0
2
- aiofiles==24.1.0
3
- aiohappyeyeballs==2.6.1
4
- aiohttp==3.13.5
5
- aiosignal==1.4.0
6
- annotated-doc==0.0.4
7
- annotated-types==0.7.0
8
- anyio==4.13.0
9
- asttokens==3.0.1
10
- attrs==26.1.0
11
- brotli==1.2.0
12
- certifi==2026.2.25
13
- cffi==2.0.0
14
- charset-normalizer==3.4.7
15
- click==8.3.2
16
- colorama==0.4.6
17
- comm==0.2.3
18
- cryptography==46.0.7
19
- dataclasses-json==0.6.7
20
- debugpy==1.8.20
21
- decorator==5.2.1
22
- Deprecated==1.3.1
23
- diskcache==5.6.3
24
- executing==2.2.1
25
- faiss-cpu==1.13.2
26
- fastapi==0.135.3
27
- ffmpy==1.0.0
28
- filelock==3.25.2
29
- frozenlist==1.8.0
30
- fsspec==2026.3.0
31
- googleapis-common-protos==1.74.0
32
- gradio==6.11.0
33
- gradio_client==2.4.0
34
- greenlet==3.3.2
35
- groovy==0.1.2
36
- grpcio==1.80.0
37
- grpcio-tools==1.80.0
38
- h11==0.16.0
39
- hf-gradio==0.3.0
40
- hf-xet==1.4.3
41
- httpcore==1.0.9
42
- httpx==0.28.1
43
- httpx-sse==0.4.3
44
- huggingface_hub==1.9.1
45
- idna==3.11
46
- ipykernel==7.2.0
47
- ipython==9.10.1
48
- ipython_pygments_lexers==1.1.1
49
- jedi==0.19.2
50
- Jinja2==3.1.6
51
- joblib==1.5.3
52
- jsonpatch==1.33
53
- jsonpointer==3.1.1
54
- jupyter_client==8.8.0
55
- jupyter_core==5.9.1
56
- langchain==1.2.15
57
- langchain-classic==1.0.3
58
- langchain-community==0.4.1
59
- langchain-core==1.2.27
60
- langchain-huggingface==1.2.1
61
- langchain-text-splitters==1.1.1
62
- langgraph==1.1.6
63
- langgraph-checkpoint==4.0.1
64
- langgraph-prebuilt==1.0.9
65
- langgraph-sdk==0.3.12
66
- langsmith==0.7.26
67
- llama_cpp_python==0.3.20
68
- markdown-it-py==4.0.0
69
- MarkupSafe==3.0.3
70
- marshmallow==3.26.2
71
- matplotlib-inline==0.2.1
72
- mdurl==0.1.2
73
- mpmath==1.3.0
74
- multidict==6.7.1
75
- mypy_extensions==1.1.0
76
- nest-asyncio==1.6.0
77
- networkx==3.6.1
78
- numpy==2.4.4
79
- orjson==3.11.8
80
- ormsgpack==1.12.2
81
- packaging==26.0
82
- pandas==3.0.2
83
- parso==0.8.6
84
- pillow==12.2.0
85
- platformdirs==4.9.4
86
- prompt_toolkit==3.0.52
87
- propcache==0.4.1
88
- protobuf==6.33.6
89
- psutil==7.2.2
90
- pure_eval==0.2.3
91
- pycparser==3.0
92
- pydantic==2.12.5
93
- pydantic-settings==2.13.1
94
- pydantic_core==2.41.5
95
- pydub==0.25.1
96
- Pygments==2.20.0
97
- PyJWT==2.12.1
98
- pypdf==6.9.2
99
- python-dateutil==2.9.0.post0
100
- python-dotenv==1.2.2
101
- python-multipart==0.0.24
102
- pytz==2026.1.post1
103
- PyYAML==6.0.3
104
- pyzmq==27.1.0
105
- rarfile==4.2
106
- regex==2026.4.4
107
- requests==2.33.1
108
- requests-toolbelt==1.0.0
109
- rich==14.3.3
110
- safehttpx==0.1.7
111
- safetensors==0.7.0
112
- scikit-learn==1.8.0
113
- scipy==1.17.1
114
- semantic-version==2.10.0
115
- sentence-transformers==5.3.0
116
- shellingham==1.5.4
117
- six==1.17.0
118
- SQLAlchemy==2.0.49
119
- stack-data==0.6.3
120
- starlette==1.0.0
121
- sympy==1.14.0
122
- tenacity==9.1.4
123
- threadpoolctl==3.6.0
124
- tokenizers==0.22.2
125
- tomlkit==0.13.3
126
- torch==2.11.0
127
- tornado==6.5.5
128
- tqdm==4.67.3
129
- traitlets==5.14.3
130
- transformers==5.5.0
131
- typer==0.24.1
132
- typing-inspect==0.9.0
133
- typing-inspection==0.4.2
134
- typing_extensions==4.15.0
135
- tzdata==2026.1
136
- urllib3==2.6.3
137
- uuid_utils==0.14.1
138
- uvicorn==0.44.0
139
- wcwidth==0.6.0
140
- wrapt==2.1.2
141
- xxhash==3.6.0
142
- yandexcloud==0.385.0
143
- yarl==1.23.0
144
- zstandard==0.25.0
 
1
+ gradio>=5.0.0
2
+ langgraph
3
+ langchain-community
4
+ langchain-core
5
+ langchain-text-splitters
6
+ langchain-huggingface
7
+ faiss-cpu
8
+ pypdf
9
+ python-dotenv
10
+ uvicorn
11
+
12
+ yandexcloud
13
+
14
+ httpx
15
+ pydantic
16
+ PyYAML