Skip to content

Commit 1a17bcd

Browse files
authored
Merge pull request #687 from instructlab/update-constraints
chore: update constraints-dev.txt (2025-08-18)
2 parents 51295bc + 18eafc5 commit 1a17bcd

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

constraints-dev.txt

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
1-
accelerate==1.9.0 # via docling, docling-ibm-models
1+
accelerate==1.10.0 # via docling, docling-ibm-models
22
aiohappyeyeballs==2.6.1 # via aiohttp
3-
aiohttp==3.12.14 # via fsspec
3+
aiohttp==3.12.15 # via fsspec
44
aiosignal==1.4.0 # via aiohttp
55
annotated-types==0.7.0 # via pydantic
6-
anyio==4.9.0 # via httpx, openai, sse-starlette, starlette
6+
anyio==4.10.0 # via httpx, openai, sse-starlette, starlette
77
astroid==3.3.11 # via pylint
88
attrs==25.3.0 # via aiohttp, jsonlines, jsonschema, referencing
99
beautifulsoup4==4.13.4 # via docling
1010
cachetools==6.1.0 # via tox
11-
certifi==2025.7.14 # via docling, httpcore, httpx, requests
11+
certifi==2025.8.3 # via docling, httpcore, httpx, requests
1212
cfgv==3.4.0 # via pre-commit
1313
chardet==5.2.0 # via tox
14-
charset-normalizer==3.4.2 # via requests
14+
charset-normalizer==3.4.3 # via requests
1515
click==8.2.1 # via typer, uvicorn, -r requirements.txt
1616
colorama==0.4.6 # via tox
17-
contourpy==1.3.2 # via matplotlib
18-
coverage==7.9.2 # via pytest-cov
17+
contourpy==1.3.3 # via matplotlib
18+
coverage==7.10.4 # via pytest-cov
1919
cycler==0.12.1 # via matplotlib
2020
datasets==3.6.0 # via -c constraints-dev.txt.in, -r requirements.txt
2121
dill==0.3.8 # via datasets, multiprocess, pylint
2222
diskcache==5.6.3 # via llama-cpp-python
2323
distlib==0.4.0 # via virtualenv
2424
distro==1.9.0 # via openai
25-
docling==2.42.0 # via -r requirements.txt
26-
docling-core==2.43.0 # via docling, docling-ibm-models, docling-parse, -r requirements.txt
27-
docling-ibm-models==3.8.2 # via docling
25+
docling==2.44.0 # via -r requirements.txt
26+
docling-core==2.44.2 # via docling, docling-ibm-models, docling-parse, -r requirements.txt
27+
docling-ibm-models==3.9.0 # via docling
2828
docling-parse==4.1.0 # via docling
2929
easyocr==1.7.2 # via docling
3030
et-xmlfile==2.0.0 # via openpyxl
3131
fastapi==0.116.1 # via llama-cpp-python
32-
filelock==3.18.0 # via datasets, huggingface-hub, torch, tox, transformers, virtualenv
32+
filelock==3.19.1 # via datasets, huggingface-hub, torch, tox, transformers, virtualenv
3333
filetype==1.2.0 # via docling
34-
fonttools==4.59.0 # via matplotlib
34+
fonttools==4.59.1 # via matplotlib
3535
frozenlist==1.7.0 # via aiohttp, aiosignal
3636
fsspec==2025.3.0 # via datasets, huggingface-hub, torch
3737
gguf==0.17.1 # via -r requirements.txt
3838
gitdb==4.0.12 # via gitpython
39-
gitpython==3.1.44 # via -r requirements.txt
39+
gitpython==3.1.45 # via -r requirements.txt
4040
h11==0.16.0 # via httpcore, uvicorn
4141
h5py==3.14.0 # via -r requirements.txt
42-
hf-xet==1.1.5 # via huggingface-hub
42+
hf-xet==1.1.7 # via huggingface-hub
4343
httpcore==1.0.9 # via httpx
4444
httpx==0.28.1 # via langsmith, openai, -r requirements.txt
45-
huggingface-hub==0.33.4 # via accelerate, datasets, docling, docling-ibm-models, tokenizers, transformers
46-
identify==2.6.12 # via pre-commit
45+
huggingface-hub==0.34.4 # via accelerate, datasets, docling, docling-ibm-models, tokenizers, transformers
46+
identify==2.6.13 # via pre-commit
4747
idna==3.10 # via anyio, httpx, requests, yarl
4848
imageio==2.37.0 # via scikit-image
4949
iniconfig==2.1.0 # via pytest
@@ -58,55 +58,55 @@ jsonpointer==3.0.0 # via jsonpatch
5858
jsonref==1.1.0 # via docling-core
5959
jsonschema==4.25.0 # via docling-core, instructlab-schema, -r requirements-dev.txt
6060
jsonschema-specifications==2025.4.1 # via jsonschema
61-
kiwisolver==1.4.8 # via matplotlib
62-
langchain-core==0.3.70 # via langchain-text-splitters
63-
langchain-text-splitters==0.3.8 # via -r requirements.txt
64-
langsmith==0.4.8 # via langchain-core
61+
kiwisolver==1.4.9 # via matplotlib
62+
langchain-core==0.3.74 # via langchain-text-splitters
63+
langchain-text-splitters==0.3.9 # via -r requirements.txt
64+
langsmith==0.4.14 # via langchain-core
6565
latex2mathml==3.78.0 # via docling-core
6666
lazy-loader==0.4 # via scikit-image
67-
llama-cpp-python==0.3.14 # via -r requirements-dev.txt
67+
llama-cpp-python==0.3.16 # via -r requirements-dev.txt
6868
llvmlite==0.44.0 # via numba
6969
lxml==5.4.0 # via docling, python-docx, python-pptx
70-
markdown-it-py==3.0.0 # via rich
71-
marko==2.1.4 # via docling
70+
markdown-it-py==4.0.0 # via rich
71+
marko==2.2.0 # via docling
7272
markupsafe==3.0.2 # via jinja2
73-
matplotlib==3.10.3 # via submodlib-py
73+
matplotlib==3.10.5 # via submodlib-py
7474
mccabe==0.7.0 # via pylint
7575
mdurl==0.1.2 # via markdown-it-py
7676
mpire==2.10.2 # via semchunk
7777
mpmath==1.3.0 # via sympy
78-
multidict==6.6.3 # via aiohttp, yarl
78+
multidict==6.6.4 # via aiohttp, yarl
7979
multiprocess==0.70.16 # via datasets, mpire
8080
networkx==3.5 # via scikit-image, torch
81-
ninja==1.11.1.4 # via easyocr
81+
ninja==1.13.0 # via easyocr
8282
nodeenv==1.9.1 # via pre-commit
8383
numba==0.61.2 # via submodlib-py, -r requirements.txt
8484
numpy==2.2.6 # via accelerate, contourpy, datasets, docling-ibm-models, easyocr, gguf, h5py, imageio, llama-cpp-python, matplotlib, numba, opencv-python-headless, pandas, safetensors, scikit-image, scikit-learn, scipy, shapely, submodlib-py, tifffile, torchvision, transformers
85-
nvidia-cublas-cu12==12.6.4.1 # via nvidia-cudnn-cu12, nvidia-cusolver-cu12, torch
86-
nvidia-cuda-cupti-cu12==12.6.80 # via torch
87-
nvidia-cuda-nvrtc-cu12==12.6.77 # via torch
88-
nvidia-cuda-runtime-cu12==12.6.77 # via torch
89-
nvidia-cudnn-cu12==9.5.1.17 # via torch
90-
nvidia-cufft-cu12==11.3.0.4 # via torch
91-
nvidia-cufile-cu12==1.11.1.6 # via torch
92-
nvidia-curand-cu12==10.3.7.77 # via torch
93-
nvidia-cusolver-cu12==11.7.1.2 # via torch
94-
nvidia-cusparse-cu12==12.5.4.2 # via nvidia-cusolver-cu12, torch
95-
nvidia-cusparselt-cu12==0.6.3 # via torch
96-
nvidia-nccl-cu12==2.26.2 # via torch
97-
nvidia-nvjitlink-cu12==12.6.85 # via nvidia-cufft-cu12, nvidia-cusolver-cu12, nvidia-cusparse-cu12, torch
98-
nvidia-nvtx-cu12==12.6.77 # via torch
99-
openai==1.97.0 # via -r requirements.txt
85+
nvidia-cublas-cu12==12.8.4.1 # via nvidia-cudnn-cu12, nvidia-cusolver-cu12, torch
86+
nvidia-cuda-cupti-cu12==12.8.90 # via torch
87+
nvidia-cuda-nvrtc-cu12==12.8.93 # via torch
88+
nvidia-cuda-runtime-cu12==12.8.90 # via torch
89+
nvidia-cudnn-cu12==9.10.2.21 # via torch
90+
nvidia-cufft-cu12==11.3.3.83 # via torch
91+
nvidia-cufile-cu12==1.13.1.3 # via torch
92+
nvidia-curand-cu12==10.3.9.90 # via torch
93+
nvidia-cusolver-cu12==11.7.3.90 # via torch
94+
nvidia-cusparse-cu12==12.5.8.93 # via nvidia-cusolver-cu12, torch
95+
nvidia-cusparselt-cu12==0.7.1 # via torch
96+
nvidia-nccl-cu12==2.27.3 # via torch
97+
nvidia-nvjitlink-cu12==12.8.93 # via nvidia-cufft-cu12, nvidia-cusolver-cu12, nvidia-cusparse-cu12, torch
98+
nvidia-nvtx-cu12==12.8.90 # via torch
99+
openai==1.99.9 # via -r requirements.txt
100100
opencv-python-headless==4.12.0.88 # via docling-ibm-models, easyocr
101101
openpyxl==3.1.5 # via docling
102-
orjson==3.11.0 # via langsmith
102+
orjson==3.11.2 # via langsmith
103103
packaging==25.0 # via accelerate, datasets, huggingface-hub, langchain-core, langsmith, lazy-loader, matplotlib, pyproject-api, pytest, scikit-image, tox, transformers
104104
pandas==2.3.1 # via datasets, docling, docling-core, submodlib-py
105105
pathspec==0.12.1 # via yamllint
106106
pillow==11.3.0 # via docling, docling-core, docling-ibm-models, docling-parse, easyocr, imageio, matplotlib, python-pptx, scikit-image, torchvision
107107
platformdirs==4.3.8 # via pylint, tox, virtualenv
108108
pluggy==1.6.0 # via docling, pytest, pytest-cov, tox
109-
pre-commit==4.2.0 # via -r requirements-dev.txt
109+
pre-commit==4.3.0 # via -r requirements-dev.txt
110110
propcache==0.3.2 # via aiohttp, yarl
111111
psutil==7.0.0 # via accelerate
112112
pyarrow==21.0.0 # via datasets
@@ -116,7 +116,7 @@ pydantic-core==2.33.2 # via pydantic
116116
pydantic-settings==2.10.1 # via docling, llama-cpp-python
117117
pygments==2.19.2 # via mpire, pytest, rich
118118
pylatexenc==2.10 # via docling
119-
pylint==3.3.7 # via pylint-plugin-utils, pylint-pydantic, -r requirements-dev.txt
119+
pylint==3.3.8 # via pylint-plugin-utils, pylint-pydantic, -r requirements-dev.txt
120120
pylint-plugin-utils==0.9.0 # via pylint-pydantic
121121
pylint-pydantic==0.3.5 # via -r requirements-dev.txt
122122
pyparsing==3.2.3 # via matplotlib
@@ -135,26 +135,26 @@ python-pptx==1.0.2 # via docling
135135
pytz==2025.2 # via pandas
136136
pyyaml==6.0.2 # via accelerate, datasets, docling-core, easyocr, gguf, huggingface-hub, instructlab-schema, langchain-core, llama-cpp-python, pre-commit, transformers, yamllint
137137
referencing==0.36.2 # via jsonschema, jsonschema-specifications
138-
regex==2024.11.6 # via transformers
138+
regex==2025.7.34 # via transformers
139139
requests==2.32.4 # via datasets, docling, huggingface-hub, langsmith, requests-toolbelt, transformers
140140
requests-toolbelt==1.0.0 # via langsmith
141-
rich==14.0.0 # via typer
142-
rpds-py==0.26.0 # via jsonschema, referencing
143-
rtree==1.4.0 # via docling, docling-ibm-models
144-
safetensors==0.5.3 # via accelerate, docling-ibm-models, transformers
141+
rich==14.1.0 # via typer
142+
rpds-py==0.27.0 # via jsonschema, referencing
143+
rtree==1.4.1 # via docling, docling-ibm-models
144+
safetensors==0.6.2 # via accelerate, docling-ibm-models, transformers
145145
scikit-image==0.25.2 # via easyocr
146146
scikit-learn==1.7.1 # via submodlib-py
147-
scipy==1.16.0 # via docling, easyocr, scikit-image, scikit-learn, submodlib-py
147+
scipy==1.16.1 # via docling, easyocr, scikit-image, scikit-learn, submodlib-py
148148
semchunk==2.2.2 # via docling-core
149-
sentencepiece==0.2.0 # via -r requirements.txt
149+
sentencepiece==0.2.1 # via -r requirements.txt
150150
setuptools==80.9.0 # via triton
151151
shapely==2.1.1 # via easyocr
152152
shellingham==1.5.4 # via typer
153153
six==1.17.0 # via python-dateutil
154154
smmap==5.0.2 # via gitdb
155155
sniffio==1.3.1 # via anyio, openai
156156
soupsieve==2.7 # via beautifulsoup4
157-
sse-starlette==2.4.1 # via llama-cpp-python
157+
sse-starlette==3.0.2 # via llama-cpp-python
158158
starlette==0.47.2 # via fastapi, starlette-context, -r requirements-dev.txt
159159
starlette-context==0.3.6 # via llama-cpp-python
160160
submodlib-py==0.0.3 # via -r requirements.txt
@@ -164,24 +164,24 @@ tenacity==9.1.2 # via langchain-core, -r requirements.txt
164164
tesserocr==2.8.0 # via docling
165165
threadpoolctl==3.6.0 # via scikit-learn
166166
tifffile==2025.6.11 # via scikit-image
167-
tokenizers==0.21.2 # via transformers
167+
tokenizers==0.21.4 # via transformers
168168
tomlkit==0.13.3 # via pylint
169-
torch==2.7.1 # via accelerate, docling-ibm-models, easyocr, safetensors, torchvision
170-
torchvision==0.22.1 # via docling-ibm-models, easyocr
171-
tox==4.28.0 # via -r requirements-dev.txt
169+
torch==2.8.0 # via accelerate, docling-ibm-models, easyocr, safetensors, torchvision
170+
torchvision==0.23.0 # via docling-ibm-models, easyocr
171+
tox==4.28.4 # via -r requirements-dev.txt
172172
tqdm==4.67.1 # via datasets, docling, docling-ibm-models, gguf, huggingface-hub, mpire, openai, semchunk, submodlib-py, transformers
173-
transformers==4.53.2 # via docling-core, docling-ibm-models, -r requirements.txt
174-
triton==3.3.1 # via torch
173+
transformers==4.55.2 # via docling-core, docling-ibm-models, -r requirements.txt
174+
triton==3.4.0 # via torch
175175
typer==0.16.0 # via docling, docling-core
176176
typing-extensions==4.14.1 # via aiosignal, anyio, beautifulsoup4, docling-core, fastapi, huggingface-hub, instructlab-schema, langchain-core, llama-cpp-python, openai, pydantic, pydantic-core, python-docx, python-pptx, referencing, starlette, torch, typer, typing-inspection
177177
typing-inspection==0.4.1 # via pydantic, pydantic-settings
178178
tzdata==2025.2 # via pandas
179179
urllib3==2.5.0 # via requests
180180
uvicorn==0.35.0 # via llama-cpp-python
181-
virtualenv==20.32.0 # via pre-commit, tox
181+
virtualenv==20.34.0 # via pre-commit, tox
182182
xdg-base-dirs==6.0.2 # via -r requirements.txt
183183
xlsxwriter==3.2.5 # via python-pptx
184184
xxhash==3.5.0 # via datasets
185185
yamllint==1.37.1 # via instructlab-schema
186186
yarl==1.20.1 # via aiohttp
187-
zstandard==0.23.0 # via langsmith
187+
zstandard==0.24.0 # via langsmith

0 commit comments

Comments
 (0)