Skip to content

Commit 1bbfcc1

Browse files
committed
relaxed fileformats version requirements
1 parent 9db3f2d commit 1bbfcc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "pydra-mrtrix3 contains Pydra task specifications for MRtrix3 tool
88
readme = "README.rst"
99
requires-python = ">=3.8"
1010
dependencies = [
11-
"fileformats-medimage_mrtrix3 >=3.0.4a7",
11+
"fileformats-medimage_mrtrix3 >=3.0.4a5",
1212
"numpy",
1313
"pydra >=0.23",
1414
]

related-packages/fileformats-extras/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.rst"
99
requires-python = ">=3.8"
1010
dependencies = [
1111
"fileformats >= 0.8",
12-
"fileformats-medimage-mrtrix3 >=3.0.4a4",
12+
"fileformats-medimage-mrtrix3 >=3.0.4a5",
1313
"medimages4tests",
1414
"pydra >= 0.23.0",
1515
]

0 commit comments

Comments
 (0)