Skip to content

Commit e960b43

Browse files
committed
updated the task package names to pydra-tasks-* format
1 parent 1ddb620 commit e960b43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

extras/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dependencies = [
1616
"medimages4tests >=0.3.0",
1717
"pydicom >=2.3.1",
1818
"pydra >= 1.0a",
19-
"pydra-dcm2niix >=1.3a",
20-
"pydra-mrtrix3 >= 3.0.4a13",
19+
"pydra-tasks-dcm2niix >=1.3a",
20+
"pydra-tasks-mrtrix3 >= 3.0.4a13",
2121
]
2222
license = { file = "LICENSE" }
2323
authors = [{ name = "Thomas G. Close", email = "tom.g.close@gmail.com" }]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ test = [
4343
"medimages4tests >=0.3",
4444
"mypy >=1.5.1",
4545
"fileformats-medimage-extras",
46-
"pydra-dcm2niix",
47-
"pydra-mrtrix3 >=3.0.4a13",
46+
"pydra-tasks-dcm2niix",
47+
"pydra-tasks-mrtrix3 >=3.0.4a13",
4848
]
4949

5050

0 commit comments

Comments
 (0)