File tree Expand file tree Collapse file tree 9 files changed +5
-5
lines changed
fileformats/medimage_CHANGEME Expand file tree Collapse file tree 9 files changed +5
-5
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ description = "Extensions to add functionality to tool-specific *fileformats* cl
88readme = " README.rst"
99requires-python = " >=3.8"
1010dependencies = [
11- " fileformats >= 0.7 " ,
11+ " fileformats" ,
1212 " fileformats-medimage-CHANGEME" ,
13- " pydra >= 0.22.0 "
13+ " pydra >= 0.23.0a "
1414]
1515license = {file = " LICENSE" }
1616authors = [
File renamed without changes.
Original file line number Diff line number Diff line change 11How to customise this template
22==============================
33
4- #. Rename the `fileformats/src /CHANGEME ` directory to the name of the fileformats subpackage (e.g. `medimage_fsl `)
4+ #. Rename the `related-packages/fileformats /CHANGEME ` directory to the name of the fileformats subpackage (e.g. `medimage_fsl `)
55#. Search and replace "CHANGEME" with the name of the fileformats subpackage the extras are to be added
66#. Replace name + email placeholders in `pyproject.toml ` for developers and maintainers
77#. Add the extension file-format classes
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ description = "Classes for representing different file formats in Python classes
88readme = " README.rst"
99requires-python = " >=3.8"
1010dependencies = [
11- " fileformats >= 0.4 " ,
12- " fileformats-medimage > = 0.2 "
11+ " fileformats" ,
12+ " fileformats-medimage"
1313]
1414license = {file = " LICENSE" }
1515authors = [
You can’t perform that action at this time.
0 commit comments