Skip to content

Commit ce99186

Browse files
committed
add image fileformast extras dep
1 parent 5e5172c commit ce99186

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dynamic = ["version"]
4040
[project.optional-dependencies]
4141
dev = ["black", "pre-commit", "pydra[test]", "matplotlib"]
4242
doc = [
43-
"fileformats-extras[application] >= v0.15.0a6",
43+
"fileformats-extras[application,image] >= v0.15.0a6",
4444
"fileformats-medimage >= v0.10.0a2",
4545
"fileformats-medimage-extras >= v0.10.0a2",
4646
"furo>=2022.2.14.1",
@@ -77,15 +77,15 @@ test = [
7777
"pytest-rerunfailures >=15.0",
7878
"pytest-timeout >=2.3",
7979
"pympler >=1.1",
80-
"fileformats-extras[application] >=0.15.0a7",
80+
"fileformats-extras[application,image] >=0.15.0a7",
8181
"numpy >=1.26",
8282
"pyld >=2.0",
8383
"psutil >=5.9.0",
8484
"python-dateutil >=2.8.2",
8585
"tornado >=6.1",
8686
]
8787
tutorial = [
88-
"fileformats-extras[application] >= v0.15.0a6",
88+
"fileformats-extras[application,image] >= v0.15.0a6",
8989
"fileformats-medimage >= v0.10.0a2",
9090
"fileformats-medimage-extras >= v0.10.0a2",
9191
"jupyter",

0 commit comments

Comments
 (0)