Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
- name: Install task package
run: |
pip install ".[test]"
- name: Install development Pydra and fileformats-medimage
run: |
pip uninstall pydra fileformats-medimage -y
pip install --no-deps git+https://github.com/nipype/pydra.git@develop
pip install --no-deps git+https://github.com/arcanaframework/fileformats-medimage.git@updated-pydra-imports
- name: Test with pytest
run: |
pytest -sv --cov pydra.tasks.$SUBPACKAGE --cov-report xml
Expand All @@ -51,9 +46,6 @@ jobs:
deploy:
needs: [test]
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,6 @@ dmypy.json
upload-token.txt

.DS_Store

# Created by hatch-vcs
/pydra/tasks/dcm2niix/_version.py
17 changes: 0 additions & 17 deletions pydra/tasks/dcm2niix/_version.py

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pydra-dcm2niix"
description = "pydra-dcm2niix contains Pydra task specifications for the Dcm2niix converter"
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["fileformats>=0.15a2", "pydra >=0.24"]
dependencies = ["fileformats>=0.15", "fileformats-medimage >=0.10a", "pydra >=1.0a"]
license = { file = "LICENSE" }
authors = [{ name = "Thomas G. Close", email = "[email protected]" }]
maintainers = [{ name = "Thomas G. Close", email = "[email protected]" }]
Expand Down