Skip to content

Commit 58c9a79

Browse files
authored
Merge pull request #19 from tclose/pydra-refactor
Updates to match Pydra syntax changes with 1.0-alpha
2 parents 191fc11 + 40009ee commit 58c9a79

File tree

4 files changed

+4
-26
lines changed

4 files changed

+4
-26
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
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
@@ -51,9 +46,6 @@ jobs:
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:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,6 @@ dmypy.json
138138
upload-token.txt
139139

140140
.DS_Store
141+
142+
# Created by hatch-vcs
143+
/pydra/tasks/dcm2niix/_version.py

pydra/tasks/dcm2niix/_version.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pydra-dcm2niix"
77
description = "pydra-dcm2niix contains Pydra task specifications for the Dcm2niix converter"
88
readme = "README.md"
99
requires-python = ">=3.11"
10-
dependencies = ["fileformats>=0.15a2", "pydra >=0.24"]
10+
dependencies = ["fileformats>=0.15", "fileformats-medimage >=0.10a", "pydra >=1.0a"]
1111
license = { file = "LICENSE" }
1212
authors = [{ name = "Thomas G. Close", email = "[email protected]" }]
1313
maintainers = [{ name = "Thomas G. Close", email = "[email protected]" }]

0 commit comments

Comments
 (0)