Skip to content

Commit b66b1cf

Browse files
committed
relaxed pydra dep version
1 parent bcbea1b commit b66b1cf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ 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 = [
11-
"fileformats-medimage_mrtrix3 >=3.0.4a5",
12-
"numpy",
13-
"pydra >=0.25",
14-
]
10+
dependencies = ["fileformats-medimage_mrtrix3 >=3.0.4a5", "numpy", "pydra"]
1511
license = { file = "LICENSE" }
1612
authors = [{ name = "Thomas G. Close", email = "[email protected]" }]
1713
maintainers = [{ name = "Thomas G. Close", email = "[email protected]" }]

0 commit comments

Comments
 (0)