File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ dicomfs = ["nibabel[dicom]", "pillow >=8.4"]
5858minc2 = [" h5py >=3.5" ]
5959spm = [" scipy >=1.8" ]
6060viewers = [" matplotlib >=3.5" ]
61- zstd = [" backports.zstd; python_version<'3.14'" ]
61+ zstd = [" backports.zstd >=1.1 ; python_version<'3.14'" ]
6262# For doc and test, make easy to use outside of tox
6363# tox should use these with extras instead of duplicating
6464doc = [
65- " sphinx" ,
65+ " sphinx >=7.4 " ,
6666 " matplotlib>=3.5" ,
67- " numpydoc" ,
68- " texext" ,
69- " tomli; python_version < '3.11'" ,
67+ " numpydoc >=1.9 " ,
68+ " texext >=0.6.8 " ,
69+ " tomli >=2.3 ; python_version < '3.11'" ,
7070]
7171test = [
7272 " pytest >=8" ,
@@ -77,17 +77,17 @@ test = [
7777 " coverage[toml]>=7.2" ,
7878]
7979# Remaining: Simpler to centralize in tox
80- dev = [" tox " ]
81- doctest = [" tox " ]
82- style = [" tox " ]
83- typing = [" tox " ]
80+ dev = []
81+ doctest = []
82+ style = []
83+ typing = []
8484
8585[dependency-groups ]
8686style = [
8787 " ruff >=0.14.0" ,
8888]
8989typecheck = [
90- " mypy" ,
90+ " mypy >=1.15 " ,
9191]
9292
9393[tool .hatch .build .targets .sdist ]
You can’t perform that action at this time.
0 commit comments