Skip to content

Commit

Permalink
updated deps to include prerelease fileformats
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 29, 2024
1 parent b5c80a1 commit 22a7603
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ name = "pydra-mrtrix3"
description = "pydra-mrtrix3 contains Pydra task specifications for MRtrix3 tools"
readme = "README.rst"
requires-python = ">=3.8"
dependencies = ["fileformats-medimage_mrtrix3", "numpy", "pydra >=0.23"]
dependencies = [
"fileformats-medimage_mrtrix3 >=3.0.4a4",
"numpy",
"pydra >=0.23",
]
license = { file = "LICENSE" }
authors = [{ name = "Thomas G. Close", email = "[email protected]" }]
maintainers = [{ name = "Thomas G. Close", email = "[email protected]" }]
Expand Down
4 changes: 2 additions & 2 deletions related-packages/fileformats-extras/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ readme = "README.rst"
requires-python = ">=3.8"
dependencies = [
"fileformats >= 0.8",
"fileformats-medimage-mrtrix3",
"fileformats-medimage-mrtrix3 >=3.0.4a4",
"medimages4tests",
"pydra >= 0.22.0",
"pydra >= 0.23.0",
]
license = { file = "LICENSE" }
authors = [{ name = "Thomas G. Close", email = "[email protected]" }]
Expand Down

0 comments on commit 22a7603

Please sign in to comment.