We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39300a9 commit 38b6507Copy full SHA for 38b6507
tox.ini
@@ -142,7 +142,7 @@ commands =
142
description = Check our style guide
143
labels = check
144
deps =
145
- ruff>=0.3.0
+ ruff~=0.8.0
146
skip_install = true
147
commands =
148
ruff check --diff nibabel
@@ -171,12 +171,12 @@ commands =
171
description = Check type consistency
172
173
174
- mypy
+ mypy ~=1.14.0
175
pytest
176
types-setuptools
177
types-Pillow
178
pydicom
179
- numpy
+ numpy ~=1.26.0
180
pyzstd
181
importlib_resources
182
typing_extensions
0 commit comments