Skip to content

Commit 22a7603

Browse files
committed
updated deps to include prerelease fileformats
1 parent b5c80a1 commit 22a7603

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ name = "pydra-mrtrix3"
77
description = "pydra-mrtrix3 contains Pydra task specifications for MRtrix3 tools"
88
readme = "README.rst"
99
requires-python = ">=3.8"
10-
dependencies = ["fileformats-medimage_mrtrix3", "numpy", "pydra >=0.23"]
10+
dependencies = [
11+
"fileformats-medimage_mrtrix3 >=3.0.4a4",
12+
"numpy",
13+
"pydra >=0.23",
14+
]
1115
license = { file = "LICENSE" }
1216
authors = [{ name = "Thomas G. Close", email = "[email protected]" }]
1317
maintainers = [{ name = "Thomas G. Close", email = "[email protected]" }]

related-packages/fileformats-extras/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ readme = "README.rst"
99
requires-python = ">=3.8"
1010
dependencies = [
1111
"fileformats >= 0.8",
12-
"fileformats-medimage-mrtrix3",
12+
"fileformats-medimage-mrtrix3 >=3.0.4a4",
1313
"medimages4tests",
14-
"pydra >= 0.22.0",
14+
"pydra >= 0.23.0",
1515
]
1616
license = { file = "LICENSE" }
1717
authors = [{ name = "Thomas G. Close", email = "[email protected]" }]

0 commit comments

Comments
 (0)