Skip to content

Commit 38b6507

Browse files
committed
chore: Pin older style and type dependencies on maint branch
1 parent 39300a9 commit 38b6507

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ commands =
142142
description = Check our style guide
143143
labels = check
144144
deps =
145-
ruff>=0.3.0
145+
ruff~=0.8.0
146146
skip_install = true
147147
commands =
148148
ruff check --diff nibabel
@@ -171,12 +171,12 @@ commands =
171171
description = Check type consistency
172172
labels = check
173173
deps =
174-
mypy
174+
mypy ~=1.14.0
175175
pytest
176176
types-setuptools
177177
types-Pillow
178178
pydicom
179-
numpy
179+
numpy ~=1.26.0
180180
pyzstd
181181
importlib_resources
182182
typing_extensions

0 commit comments

Comments
 (0)