Humanlearning commited on
Commit
d0f2b93
·
1 Parent(s): e753b9f

requirements update

Browse files
Files changed (1) hide show
  1. requirements.txt +86 -1
requirements.txt CHANGED
@@ -5,40 +5,81 @@ aiosqlite==0.21.0
5
  annotated-types==0.7.0
6
  anyio==4.9.0
7
  arxiv==2.2.0
 
8
  attrs==25.3.0
9
  backoff==2.2.1
10
  banks==2.1.2
11
  beautifulsoup4==4.13.4
 
12
  certifi==2025.4.26
13
  charset-normalizer==3.4.2
14
  click==8.2.1
15
  colorama==0.4.6
 
16
  dataclasses-json==0.6.7
 
 
17
  defusedxml==0.7.1
18
  deprecated==1.2.18
 
19
  dirtyjson==1.0.8
20
  distro==1.9.0
21
  dotenv==0.9.9
22
  duckduckgo-search==6.4.2
 
23
  feedparser==6.0.11
24
  filelock==3.18.0
25
  filetype==1.2.0
26
  frozenlist==1.6.2
27
  fsspec==2025.5.1
 
 
 
28
  googleapis-common-protos==1.70.0
 
29
  greenlet==3.2.3
30
  griffe==1.7.3
 
31
  grpcio==1.72.1
 
32
  h11==0.16.0
 
 
 
33
  httpcore==1.0.9
34
  httpx==0.28.1
 
35
  huggingface-hub==0.32.4
 
36
  idna==3.10
37
  importlib-metadata==8.7.0
 
 
 
 
 
 
38
  jinja2==3.1.6
39
  jiter==0.10.0
40
  joblib==1.5.1
 
 
 
 
 
 
 
 
 
 
 
 
41
  langfuse==3.0.0
 
 
 
 
 
42
  llama-cloud==0.1.23
43
  llama-cloud-services==0.6.30
44
  llama-index==0.12.40
@@ -62,11 +103,13 @@ llama-parse==0.6.30
62
  markdown-it-py==3.0.0
63
  markupsafe==3.0.2
64
  marshmallow==3.26.1
 
65
  mdurl==0.1.2
 
66
  multidict==6.4.4
67
  mypy-extensions==1.1.0
68
  nest-asyncio==1.6.0
69
- networkx==3.4.2
70
  nltk==3.9.1
71
  numpy==2.2.6
72
  openai==1.84.0
@@ -82,40 +125,82 @@ opentelemetry-instrumentation==0.55b0
82
  opentelemetry-proto==1.34.0
83
  opentelemetry-sdk==1.34.0
84
  opentelemetry-semantic-conventions==0.55b0
 
 
85
  packaging==24.2
86
  pandas==2.2.3
 
87
  pillow==11.2.1
88
  platformdirs==4.3.8
 
 
89
  primp==0.15.0
 
90
  propcache==0.3.1
 
91
  protobuf==5.29.5
 
 
 
 
92
  pydantic==2.11.5
93
  pydantic-core==2.33.2
 
94
  pygments==2.19.1
 
95
  pypdf==5.6.0
 
 
96
  python-dateutil==2.9.0.post0
97
  python-dotenv==1.1.0
98
  pytz==2025.2
 
99
  pyyaml==6.0.2
 
 
100
  regex==2024.11.6
101
  requests==2.32.3
 
102
  rich==14.0.0
 
 
 
 
 
 
103
  sgmllib3k==1.0.0
104
  six==1.17.0
105
  sniffio==1.3.1
106
  soupsieve==2.7
107
  sqlalchemy==2.0.41
 
 
 
108
  striprtf==0.0.26
 
 
 
109
  tavily-python==0.7.5
110
  tenacity==9.1.2
 
111
  tiktoken==0.9.0
 
 
 
112
  tqdm==4.67.1
 
 
113
  typing-extensions==4.14.0
114
  typing-inspect==0.9.0
115
  typing-inspection==0.4.1
116
  tzdata==2025.2
117
  urllib3==2.4.0
 
 
 
118
  wikipedia==1.4.0
119
  wrapt==1.17.2
 
120
  yarl==1.20.0
121
  zipp==3.22.0
 
 
5
  annotated-types==0.7.0
6
  anyio==4.9.0
7
  arxiv==2.2.0
8
+ asttokens==3.0.0
9
  attrs==25.3.0
10
  backoff==2.2.1
11
  banks==2.1.2
12
  beautifulsoup4==4.13.4
13
+ cachetools==5.5.2
14
  certifi==2025.4.26
15
  charset-normalizer==3.4.2
16
  click==8.2.1
17
  colorama==0.4.6
18
+ comm==0.2.2
19
  dataclasses-json==0.6.7
20
+ debugpy==1.8.14
21
+ decorator==5.2.1
22
  defusedxml==0.7.1
23
  deprecated==1.2.18
24
+ deprecation==2.1.0
25
  dirtyjson==1.0.8
26
  distro==1.9.0
27
  dotenv==0.9.9
28
  duckduckgo-search==6.4.2
29
+ executing==2.2.0
30
  feedparser==6.0.11
31
  filelock==3.18.0
32
  filetype==1.2.0
33
  frozenlist==1.6.2
34
  fsspec==2025.5.1
35
+ google-ai-generativelanguage==0.6.18
36
+ google-api-core==2.25.1
37
+ google-auth==2.40.3
38
  googleapis-common-protos==1.70.0
39
+ gotrue==2.12.0
40
  greenlet==3.2.3
41
  griffe==1.7.3
42
+ groq==0.28.0
43
  grpcio==1.72.1
44
+ grpcio-status==1.71.0
45
  h11==0.16.0
46
+ h2==4.2.0
47
+ hf-xet==1.1.3
48
+ hpack==4.1.0
49
  httpcore==1.0.9
50
  httpx==0.28.1
51
+ httpx-sse==0.4.0
52
  huggingface-hub==0.32.4
53
+ hyperframe==6.1.0
54
  idna==3.10
55
  importlib-metadata==8.7.0
56
+ iniconfig==2.1.0
57
+ ipykernel==6.29.5
58
+ ipython==9.3.0
59
+ ipython-pygments-lexers==1.1.1
60
+ ipywidgets==8.1.7
61
+ jedi==0.19.2
62
  jinja2==3.1.6
63
  jiter==0.10.0
64
  joblib==1.5.1
65
+ jsonpatch==1.33
66
+ jsonpointer==3.0.0
67
+ jupyter-client==8.6.3
68
+ jupyter-core==5.8.1
69
+ jupyterlab-widgets==3.0.15
70
+ langchain==0.3.25
71
+ langchain-community==0.3.25
72
+ langchain-core==0.3.65
73
+ langchain-google-genai==2.1.5
74
+ langchain-groq==0.3.2
75
+ langchain-huggingface==0.3.0
76
+ langchain-text-splitters==0.3.8
77
  langfuse==3.0.0
78
+ langgraph==0.4.8
79
+ langgraph-checkpoint==2.1.0
80
+ langgraph-prebuilt==0.2.2
81
+ langgraph-sdk==0.1.70
82
+ langsmith==0.3.45
83
  llama-cloud==0.1.23
84
  llama-cloud-services==0.6.30
85
  llama-index==0.12.40
 
103
  markdown-it-py==3.0.0
104
  markupsafe==3.0.2
105
  marshmallow==3.26.1
106
+ matplotlib-inline==0.1.7
107
  mdurl==0.1.2
108
+ mpmath==1.3.0
109
  multidict==6.4.4
110
  mypy-extensions==1.1.0
111
  nest-asyncio==1.6.0
112
+ networkx==3.5
113
  nltk==3.9.1
114
  numpy==2.2.6
115
  openai==1.84.0
 
125
  opentelemetry-proto==1.34.0
126
  opentelemetry-sdk==1.34.0
127
  opentelemetry-semantic-conventions==0.55b0
128
+ orjson==3.10.18
129
+ ormsgpack==1.10.0
130
  packaging==24.2
131
  pandas==2.2.3
132
+ parso==0.8.4
133
  pillow==11.2.1
134
  platformdirs==4.3.8
135
+ pluggy==1.6.0
136
+ postgrest==1.0.2
137
  primp==0.15.0
138
+ prompt-toolkit==3.0.51
139
  propcache==0.3.1
140
+ proto-plus==1.26.1
141
  protobuf==5.29.5
142
+ psutil==7.0.0
143
+ pure-eval==0.2.3
144
+ pyasn1==0.6.1
145
+ pyasn1-modules==0.4.2
146
  pydantic==2.11.5
147
  pydantic-core==2.33.2
148
+ pydantic-settings==2.9.1
149
  pygments==2.19.1
150
+ pyjwt==2.10.1
151
  pypdf==5.6.0
152
+ pytest==8.4.0
153
+ pytest-mock==3.14.1
154
  python-dateutil==2.9.0.post0
155
  python-dotenv==1.1.0
156
  pytz==2025.2
157
+ pywin32==310
158
  pyyaml==6.0.2
159
+ pyzmq==27.0.0
160
+ realtime==2.4.3
161
  regex==2024.11.6
162
  requests==2.32.3
163
+ requests-toolbelt==1.0.0
164
  rich==14.0.0
165
+ rsa==4.9.1
166
+ safetensors==0.5.3
167
+ scikit-learn==1.7.0
168
+ scipy==1.15.3
169
+ sentence-transformers==4.1.0
170
+ setuptools==80.9.0
171
  sgmllib3k==1.0.0
172
  six==1.17.0
173
  sniffio==1.3.1
174
  soupsieve==2.7
175
  sqlalchemy==2.0.41
176
+ stack-data==0.6.3
177
+ storage3==0.11.3
178
+ strenum==0.4.15
179
  striprtf==0.0.26
180
+ supabase==2.15.3
181
+ supafunc==0.9.4
182
+ sympy==1.14.0
183
  tavily-python==0.7.5
184
  tenacity==9.1.2
185
+ threadpoolctl==3.6.0
186
  tiktoken==0.9.0
187
+ tokenizers==0.21.1
188
+ torch==2.7.1
189
+ tornado==6.5.1
190
  tqdm==4.67.1
191
+ traitlets==5.14.3
192
+ transformers==4.52.4
193
  typing-extensions==4.14.0
194
  typing-inspect==0.9.0
195
  typing-inspection==0.4.1
196
  tzdata==2025.2
197
  urllib3==2.4.0
198
+ wcwidth==0.2.13
199
+ websockets==14.2
200
+ widgetsnbextension==4.0.14
201
  wikipedia==1.4.0
202
  wrapt==1.17.2
203
+ xxhash==3.5.0
204
  yarl==1.20.0
205
  zipp==3.22.0
206
+ zstandard==0.23.0