Skip to content

Commit fbe9fb6

Browse files
committed
2025-01-10T19:13:12Z
1 parent 18f8d44 commit fbe9fb6

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

omdev/cc/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
==
1717
1818
TODO:
19-
- toplevel cc dir
19+
- standard deps - cdeps.toml
2020
- cext interop
2121
- gen cmake
2222
"""

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pytest-xdist==3.6.1
1515

1616
flake8==7.1.1
1717
flake8-pyproject==1.2.3
18-
ruff==0.9.0
18+
ruff==0.9.1
1919

2020
docutils-stubs==0.0.22
2121
types-markdown==3.7.0.20241204

requirements-ext.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sympy>=1.13.1 # FIXME: torch :|
6565

6666
wgpu==0.19.3
6767

68-
hypothesis==6.123.12
68+
hypothesis==6.123.13
6969

7070
hexdump==3.3
7171

@@ -202,7 +202,7 @@ langchain-elasticsearch==0.3.0
202202
langchain-experimental==0.3.4
203203
langchain-huggingface==0.1.2
204204
langchain-mistralai==0.2.4
205-
langchain-openai==0.2.14
205+
langchain-openai==0.3.0
206206
langchain-qdrant==0.2.0
207207
langchain-text-splitters==0.3.5
208208
langchain==0.3.14
@@ -287,7 +287,7 @@ pytesseract==0.3.13
287287
dspy==2.5.42
288288
wikipedia==1.4.0
289289
trafilatura==1.12.2
290-
qdrant-client==1.12.1
290+
qdrant-client==1.12.2
291291

292292
mlx==0.22.0; sys_platform == "darwin"
293293
mlx-lm==0.20.6; sys_platform == "darwin"

requirements-frz.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ httpx-sse==0.4.0
162162
huggingface-hub==0.27.1
163163
humanfriendly==10.0
164164
hyperframe==6.0.1
165-
hypothesis==6.123.12
165+
hypothesis==6.123.13
166166
idna==3.10
167167
ifaddr==0.2.0
168168
imageio==2.36.1
@@ -217,7 +217,7 @@ langchain-elasticsearch==0.3.0
217217
langchain-experimental==0.3.4
218218
langchain-huggingface==0.1.2
219219
langchain-mistralai==0.2.4
220-
langchain-openai==0.2.14
220+
langchain-openai==0.3.0
221221
langchain-qdrant==0.2.0
222222
langchain-text-splitters==0.3.5
223223
langchainhub==0.1.21
@@ -322,7 +322,7 @@ paramiko==3.5.0
322322
parso==0.8.4
323323
pathspec==0.12.1
324324
pcpp==1.30
325-
peft @ git+https://github.com/huggingface/peft.git@af637acc5bc7d6e38835771e2f9b37911875d7c3
325+
peft @ git+https://github.com/huggingface/peft.git@b345a6e41521b977793cbdcaf932280081b18141
326326
pexpect==4.9.0
327327
pg8000==1.31.2
328328
pgcli==4.1.0
@@ -406,7 +406,7 @@ pytz==2024.2
406406
pywinrm==0.5.0
407407
PyYAML==6.0.2
408408
pyzmq==26.2.0
409-
qdrant-client==1.12.1
409+
qdrant-client==1.12.2
410410
qtconsole==5.5.1
411411
QtPy==2.4.2
412412
RapidFuzz==3.11.0
@@ -428,7 +428,7 @@ rich==13.9.4
428428
rpds-py==0.22.3
429429
rsa==4.9
430430
rubicon-objc==0.5.0
431-
ruff==0.9.0
431+
ruff==0.9.1
432432
s3transfer==0.10.4
433433
safetensors==0.5.2
434434
scikit-image==0.25.0

0 commit comments

Comments
 (0)