Skip to content

Commit a25394e

Browse files
committed
upped pydra dep and removed stray auto-gen _version.py
1 parent 4bfafb4 commit a25394e

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed

.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", "pydra >=1.0a"]
1111
license = { file = "LICENSE" }
1212
authors = [{ name = "Thomas G. Close", email = "tom.g.close@gmail.com" }]
1313
maintainers = [{ name = "Thomas G. Close", email = "tom.g.close@gmail.com" }]

0 commit comments

Comments
 (0)