Skip to content

Commit d152e48

Browse files
committed
chore: Set minimum versions, remove tox from dependencies
1 parent 19b889b commit d152e48

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ dicomfs = ["nibabel[dicom]", "pillow >=8.4"]
5858
minc2 = ["h5py >=3.5"]
5959
spm = ["scipy >=1.8"]
6060
viewers = ["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
6464
doc = [
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
]
7171
test = [
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]
8686
style = [
8787
"ruff >=0.14.0",
8888
]
8989
typecheck = [
90-
"mypy",
90+
"mypy >=1.15",
9191
]
9292

9393
[tool.hatch.build.targets.sdist]

0 commit comments

Comments
 (0)