Skip to content

Commit e8fbcee

Browse files
committed
removes dep on pydra@dev in favour of pydra 1.0a2
1 parent f14a708 commit e8fbcee

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ jobs:
125125
-e ./related-packages/fileformats
126126
-e ./related-packages/fileformats-extras
127127
-e '.[test]'
128-
- name: Install development Pydra
129-
run: pip install --no-deps git+https://github.com/nipype/pydra.git@develop
130128
- name: Test with pytest
131129
run: pytest -sv pydra/tasks/mrtrix3 --cov pydra.tasks.mrtrix3 --cov-report xml
132130
- uses: codecov/codecov-action@v2

pyproject.toml

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

0 commit comments

Comments
 (0)