Skip to content

Commit e94f8ab

Browse files
authored
Merge pull request #602 from instructlab/update-constraints
chore: update constraints-dev.txt (2025-06-09)
2 parents 3a2dcc1 + 29b3127 commit e94f8ab

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

constraints-dev.txt

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ absl-py==2.3.0 # via tensorboard
22
accelerate==1.0.1 # via peft, trl, -r requirements-cuda.txt, -r requirements-rocm.txt
33
aiofiles==24.1.0 # via -r requirements.txt
44
aiohappyeyeballs==2.6.1 # via aiohttp
5-
aiohttp==3.12.6 # via fsspec
5+
aiohttp==3.12.11 # via fsspec
66
aiosignal==1.3.2 # via aiohttp
77
annotated-types==0.7.0 # via pydantic
88
anyio==4.9.0 # via httpx, jupyter-server
9-
argon2-cffi==23.1.0 # via jupyter-server
9+
argon2-cffi==25.1.0 # via jupyter-server
1010
argon2-cffi-bindings==21.2.0 # via argon2-cffi
1111
arrow==1.3.0 # via isoduration
1212
astroid==3.3.10 # via pylint
@@ -31,29 +31,28 @@ cycler==0.12.1 # via matplotlib
3131
datasets==3.6.0 # via trl, -r requirements.txt
3232
debugpy==1.8.14 # via ipykernel
3333
decorator==5.2.1 # via ipython
34-
deepspeed==0.16.9 # via -r requirements-deepspeed.txt
34+
deepspeed==0.17.0 # via -r requirements-deepspeed.txt
3535
defusedxml==0.7.1 # via nbconvert
3636
dill==0.3.8 # via datasets, multiprocess, pylint
3737
distlib==0.3.9 # via virtualenv
38-
docker-pycreds==0.4.0 # via wandb
3938
einops==0.8.1 # via deepspeed, flash-attn
4039
executing==2.2.0 # via stack-data
4140
fastjsonschema==2.21.1 # via nbformat
4241
filelock==3.18.0 # via datasets, huggingface-hub, torch, tox, transformers, virtualenv
4342
flash-attn==2.7.4.post1 # via -r requirements-cuda.txt, -r requirements-rocm.txt
44-
fonttools==4.58.1 # via matplotlib
43+
fonttools==4.58.2 # via matplotlib
4544
fqdn==1.5.1 # via jsonschema
46-
frozenlist==1.6.0 # via aiohttp, aiosignal
45+
frozenlist==1.6.2 # via aiohttp, aiosignal
4746
fsspec==2025.3.0 # via datasets, huggingface-hub, torch
4847
gitdb==4.0.12 # via gitpython
4948
gitpython==3.1.44 # via wandb
50-
grpcio==1.71.0 # via tensorboard
49+
grpcio==1.72.1 # via tensorboard
5150
h11==0.16.0 # via httpcore
52-
hf-xet==1.1.2 # via huggingface-hub
51+
hf-xet==1.1.3 # via huggingface-hub
5352
hjson==3.1.0 # via deepspeed
5453
httpcore==1.0.9 # via httpx
5554
httpx==0.28.1 # via jupyterlab
56-
huggingface-hub==0.32.3 # via accelerate, datasets, peft, tokenizers, transformers, -r requirements-dev.txt
55+
huggingface-hub==0.32.4 # via accelerate, datasets, peft, tokenizers, transformers, -r requirements-dev.txt
5756
identify==2.6.12 # via pre-commit
5857
idna==3.10 # via anyio, httpx, jsonschema, requests, yarl
5958
iniconfig==2.1.0 # via pytest
@@ -124,8 +123,8 @@ nvidia-nccl-cu12==2.21.5 # via torch
124123
nvidia-nvjitlink-cu12==12.4.127 # via nvidia-cusolver-cu12, nvidia-cusparse-cu12, torch
125124
nvidia-nvtx-cu12==12.4.127 # via torch
126125
overrides==7.7.0 # via jupyter-server
127-
packaging==25.0 # via accelerate, datasets, deepspeed, huggingface-hub, ipykernel, jupyter-events, jupyter-server, jupyterlab, jupyterlab-server, matplotlib, nbconvert, peft, pyproject-api, pytest, tensorboard, tox, transformers, -r requirements.txt
128-
pandas==2.2.3 # via datasets
126+
packaging==25.0 # via accelerate, datasets, deepspeed, huggingface-hub, ipykernel, jupyter-events, jupyter-server, jupyterlab, jupyterlab-server, matplotlib, nbconvert, peft, pyproject-api, pytest, tensorboard, tox, transformers, wandb, -r requirements.txt
127+
pandas==2.3.0 # via datasets
129128
pandocfilters==1.5.1 # via nbconvert
130129
parso==0.8.4 # via jedi
131130
pathspec==0.12.1 # via mypy
@@ -135,7 +134,7 @@ pillow==11.2.1 # via matplotlib
135134
platformdirs==4.3.8 # via jupyter-core, pylint, tox, virtualenv, wandb
136135
pluggy==1.6.0 # via pytest, tox
137136
pre-commit==4.2.0 # via -r requirements-dev.txt
138-
prometheus-client==0.22.0 # via jupyter-server
137+
prometheus-client==0.22.1 # via jupyter-server
139138
prompt-toolkit==3.0.51 # via ipython, jupyter-console
140139
propcache==0.3.1 # via aiohttp, yarl
141140
protobuf==6.31.1 # via tensorboard, wandb
@@ -147,13 +146,13 @@ pyarrow==20.0.0 # via datasets
147146
pycparser==2.22 # via cffi
148147
pydantic==2.11.5 # via deepspeed, pylint-pydantic, wandb, -r requirements.txt
149148
pydantic-core==2.33.2 # via pydantic
150-
pygments==2.19.1 # via ipython, ipython-pygments-lexers, jupyter-console, nbconvert, rich
149+
pygments==2.19.1 # via ipython, ipython-pygments-lexers, jupyter-console, nbconvert, pytest, rich
151150
pylint==3.3.7 # via pylint-plugin-utils, pylint-pydantic, -r requirements-dev.txt
152151
pylint-plugin-utils==0.8.2 # via pylint-pydantic
153152
pylint-pydantic==0.3.5 # via -r requirements-dev.txt
154153
pyparsing==3.2.3 # via matplotlib
155154
pyproject-api==1.9.1 # via tox
156-
pytest==8.3.5 # via -r requirements-dev.txt
155+
pytest==8.4.0 # via -r requirements-dev.txt
157156
python-dateutil==2.9.0.post0 # via arrow, jupyter-client, matplotlib, pandas
158157
python-json-logger==3.3.0 # via jupyter-events
159158
pytz==2025.2 # via pandas
@@ -166,13 +165,13 @@ rfc3339-validator==0.1.4 # via jsonschema, jupyter-events
166165
rfc3986-validator==0.1.1 # via jsonschema, jupyter-events
167166
rich==14.0.0 # via -r requirements.txt
168167
rpds-py==0.25.1 # via jsonschema, referencing
169-
ruff==0.11.12 # via -r requirements-dev.txt
168+
ruff==0.11.13 # via -r requirements-dev.txt
170169
safetensors==0.5.3 # via accelerate, instructlab-dolomite, peft, transformers
171170
send2trash==1.8.3 # via jupyter-server
172171
sentry-sdk==2.29.1 # via wandb
173172
setproctitle==1.3.6 # via wandb
174-
setuptools==80.9.0 # via jupyterlab, tensorboard, wandb
175-
six==1.17.0 # via docker-pycreds, python-dateutil, rfc3339-validator, tensorboard
173+
setuptools==80.9.0 # via jupyterlab, tensorboard
174+
six==1.17.0 # via python-dateutil, rfc3339-validator, tensorboard
176175
smmap==5.0.2 # via gitdb
177176
sniffio==1.3.1 # via anyio
178177
soupsieve==2.7 # via beautifulsoup4
@@ -183,7 +182,7 @@ tensorboard-data-server==0.7.2 # via tensorboard
183182
terminado==0.18.1 # via jupyter-server, jupyter-server-terminals
184183
tinycss2==1.4.0 # via bleach
185184
tokenizers==0.21.1 # via transformers
186-
tomlkit==0.13.2 # via pylint
185+
tomlkit==0.13.3 # via pylint
187186
torch==2.6.0 # via accelerate, bitsandbytes, deepspeed, flash-attn, instructlab-dolomite, liger-kernel, peft, -c constraints-dev.txt.in, -r requirements.txt
188187
tornado==6.5.1 # via ipykernel, jupyter-client, jupyter-server, jupyterlab, notebook, terminado
189188
tox==4.26.0 # via tox-current-env, -r requirements-dev.txt
@@ -195,15 +194,15 @@ triton==3.2.0 # via liger-kernel, torch
195194
trl==0.18.1 # via -r requirements.txt
196195
types-python-dateutil==2.9.0.20250516 # via arrow
197196
types-pyyaml==6.0.12.20250516 # via -r requirements-dev.txt
198-
types-requests==2.32.0.20250515 # via types-tqdm
197+
types-requests==2.32.0.20250602 # via types-tqdm
199198
types-tqdm==4.67.0.20250516 # via -r requirements-dev.txt
200-
typing-extensions==4.13.2 # via anyio, beautifulsoup4, huggingface-hub, ipython, mypy, pydantic, pydantic-core, referencing, torch, typing-inspection, wandb
199+
typing-extensions==4.14.0 # via anyio, beautifulsoup4, huggingface-hub, ipython, mypy, pydantic, pydantic-core, referencing, torch, typing-inspection, wandb
201200
typing-inspection==0.4.1 # via pydantic
202201
tzdata==2025.2 # via pandas
203202
uri-template==1.3.0 # via jsonschema
204203
urllib3==2.4.0 # via requests, sentry-sdk, types-requests
205204
virtualenv==20.31.2 # via pre-commit, tox
206-
wandb==0.19.11 # via -r requirements-dev.txt
205+
wandb==0.20.1 # via -r requirements-dev.txt
207206
wcwidth==0.2.13 # via prompt-toolkit
208207
webcolors==24.11.1 # via jsonschema
209208
webencodings==0.5.1 # via bleach, tinycss2

0 commit comments

Comments
 (0)