We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddb620 commit e960b43Copy full SHA for e960b43
extras/pyproject.toml
@@ -16,8 +16,8 @@ dependencies = [
16
"medimages4tests >=0.3.0",
17
"pydicom >=2.3.1",
18
"pydra >= 1.0a",
19
- "pydra-dcm2niix >=1.3a",
20
- "pydra-mrtrix3 >= 3.0.4a13",
+ "pydra-tasks-dcm2niix >=1.3a",
+ "pydra-tasks-mrtrix3 >= 3.0.4a13",
21
]
22
license = { file = "LICENSE" }
23
authors = [{ name = "Thomas G. Close", email = "tom.g.close@gmail.com" }]
pyproject.toml
@@ -43,8 +43,8 @@ test = [
43
"medimages4tests >=0.3",
44
"mypy >=1.5.1",
45
"fileformats-medimage-extras",
46
- "pydra-dcm2niix",
47
- "pydra-mrtrix3 >=3.0.4a13",
+ "pydra-tasks-dcm2niix",
+ "pydra-tasks-mrtrix3 >=3.0.4a13",
48
49
50
0 commit comments