File tree Expand file tree Collapse file tree 4 files changed +4
-26
lines changed Expand file tree Collapse file tree 4 files changed +4
-26
lines changed Original file line number Diff line number Diff line change 3737 - name : Install task package
3838 run : |
3939 pip install ".[test]"
40- - name : Install development Pydra and fileformats-medimage
41- run : |
42- pip uninstall pydra fileformats-medimage -y
43- pip install --no-deps git+https://github.com/nipype/pydra.git@develop
44- pip install --no-deps git+https://github.com/arcanaframework/fileformats-medimage.git@updated-pydra-imports
4540 - name : Test with pytest
4641 run : |
4742 pytest -sv --cov pydra.tasks.$SUBPACKAGE --cov-report xml
5146 deploy :
5247 needs : [test]
5348 runs-on : ubuntu-latest
54- strategy :
55- matrix :
56- python-version : [3.9]
5749 steps :
5850 - uses : actions/checkout@v3
5951 with :
Original file line number Diff line number Diff line change @@ -138,3 +138,6 @@ dmypy.json
138138upload-token.txt
139139
140140.DS_Store
141+
142+ # Created by hatch-vcs
143+ /pydra /tasks /dcm2niix /_version.py
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "pydra-dcm2niix"
77description = " pydra-dcm2niix contains Pydra task specifications for the Dcm2niix converter"
88readme = " README.md"
99requires-python = " >=3.11"
10- dependencies = [" fileformats>=0.15a2 " , " pydra >=0.24 " ]
10+ dependencies = [" fileformats>=0.15 " , " fileformats-medimage >=0.10a " , " pydra >=1.0a " ]
1111license = { file = " LICENSE" }
1212authors = [{ name = " Thomas G. Close" , email = " tom.g.close@gmail.com" }]
1313maintainers = [{ name = " Thomas G. Close" , email = " tom.g.close@gmail.com" }]
You can’t perform that action at this time.
0 commit comments