File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -49,22 +49,22 @@ dicom = ["pydicom >=1.0.0"]
49
49
dicomfs = [" nibabel[dicom]" , " pillow" ]
50
50
dev = [" gitpython" , " twine" ]
51
51
doc = [
52
- " matplotlib >= 1.5.3" ,
53
- " numpydoc" ,
54
- " sphinx ~= 5.3" ,
55
- " texext" ,
56
- " tomli; python_version < \" 3.11\" " ,
52
+ " matplotlib >= 1.5.3" ,
53
+ " numpydoc" ,
54
+ " sphinx ~= 5.3" ,
55
+ " texext" ,
56
+ " tomli; python_version < \" 3.11\" " ,
57
57
]
58
58
minc2 = [" h5py" ]
59
59
spm = [" scipy" ]
60
60
style = [" flake8" ]
61
61
test = [
62
- " coverage" ,
63
- " pytest !=5.3.4" ,
64
- " pytest-cov" ,
65
- " pytest-doctestplus" ,
66
- " pytest-httpserver" ,
67
- " pytest-xdist" ,
62
+ " coverage" ,
63
+ " pytest !=5.3.4" ,
64
+ " pytest-cov" ,
65
+ " pytest-doctestplus" ,
66
+ " pytest-httpserver" ,
67
+ " pytest-xdist" ,
68
68
]
69
69
zstd = [" pyzstd >= 0.14.3" ]
70
70
doctest = [" nibabel[doc,test]" ]
You can’t perform that action at this time.
0 commit comments