File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 16
16
==
17
17
18
18
TODO:
19
- - toplevel cc dir
19
+ - standard deps - cdeps.toml
20
20
- cext interop
21
21
- gen cmake
22
22
"""
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ pytest-xdist==3.6.1
15
15
16
16
flake8 == 7.1.1
17
17
flake8-pyproject == 1.2.3
18
- ruff == 0.9.0
18
+ ruff == 0.9.1
19
19
20
20
docutils-stubs == 0.0.22
21
21
types-markdown == 3.7.0.20241204
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ sympy>=1.13.1 # FIXME: torch :|
65
65
66
66
wgpu==0.19.3
67
67
68
- hypothesis==6.123.12
68
+ hypothesis==6.123.13
69
69
70
70
hexdump==3.3
71
71
@@ -202,7 +202,7 @@ langchain-elasticsearch==0.3.0
202
202
langchain-experimental==0.3.4
203
203
langchain-huggingface==0.1.2
204
204
langchain-mistralai==0.2.4
205
- langchain-openai==0.2.14
205
+ langchain-openai==0.3.0
206
206
langchain-qdrant==0.2.0
207
207
langchain-text-splitters==0.3.5
208
208
langchain==0.3.14
@@ -287,7 +287,7 @@ pytesseract==0.3.13
287
287
dspy==2.5.42
288
288
wikipedia==1.4.0
289
289
trafilatura==1.12.2
290
- qdrant-client==1.12.1
290
+ qdrant-client==1.12.2
291
291
292
292
mlx==0.22.0; sys_platform == "darwin"
293
293
mlx-lm==0.20.6; sys_platform == "darwin"
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ httpx-sse==0.4.0
162
162
huggingface-hub==0.27.1
163
163
humanfriendly==10.0
164
164
hyperframe==6.0.1
165
- hypothesis==6.123.12
165
+ hypothesis==6.123.13
166
166
idna==3.10
167
167
ifaddr==0.2.0
168
168
imageio==2.36.1
@@ -217,7 +217,7 @@ langchain-elasticsearch==0.3.0
217
217
langchain-experimental==0.3.4
218
218
langchain-huggingface==0.1.2
219
219
langchain-mistralai==0.2.4
220
- langchain-openai==0.2.14
220
+ langchain-openai==0.3.0
221
221
langchain-qdrant==0.2.0
222
222
langchain-text-splitters==0.3.5
223
223
langchainhub==0.1.21
@@ -322,7 +322,7 @@ paramiko==3.5.0
322
322
parso==0.8.4
323
323
pathspec==0.12.1
324
324
pcpp==1.30
325
- peft @ git+https://github.com/huggingface/peft.git@af637acc5bc7d6e38835771e2f9b37911875d7c3
325
+ peft @ git+https://github.com/huggingface/peft.git@b345a6e41521b977793cbdcaf932280081b18141
326
326
pexpect==4.9.0
327
327
pg8000==1.31.2
328
328
pgcli==4.1.0
@@ -406,7 +406,7 @@ pytz==2024.2
406
406
pywinrm==0.5.0
407
407
PyYAML==6.0.2
408
408
pyzmq==26.2.0
409
- qdrant-client==1.12.1
409
+ qdrant-client==1.12.2
410
410
qtconsole==5.5.1
411
411
QtPy==2.4.2
412
412
RapidFuzz==3.11.0
@@ -428,7 +428,7 @@ rich==13.9.4
428
428
rpds-py==0.22.3
429
429
rsa==4.9
430
430
rubicon-objc==0.5.0
431
- ruff==0.9.0
431
+ ruff==0.9.1
432
432
s3transfer==0.10.4
433
433
safetensors==0.5.2
434
434
scikit-image==0.25.0
You can’t perform that action at this time.
0 commit comments