File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ name = "pydra-tasks-mrtrix3"
77description = " pydra-tasks-mrtrix3 contains Pydra task specifications for MRtrix3 tools"
88readme = " README.rst"
99requires-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+ ]
1115license = { file = " LICENSE" }
1216authors = [{ name = " Thomas G. Close" , email = " tom.g.close@gmail.com" }]
1317maintainers = [{ name = " Thomas G. Close" , email = " tom.g.close@gmail.com" }]
You can’t perform that action at this time.
0 commit comments