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
8
8
readme = " README.rst"
9
9
requires-python = " >=3.8"
10
10
dependencies = [
11
- " fileformats >= 0.7 " ,
11
+ " fileformats" ,
12
12
" fileformats-medimage-CHANGEME" ,
13
- " pydra >= 0.22.0 "
13
+ " pydra >= 0.23.0a "
14
14
]
15
15
license = {file = " LICENSE" }
16
16
authors = [
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
How to customise this template
2
2
==============================
3
3
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 `)
5
5
#. Search and replace "CHANGEME" with the name of the fileformats subpackage the extras are to be added
6
6
#. Replace name + email placeholders in `pyproject.toml ` for developers and maintainers
7
7
#. 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
8
8
readme = " README.rst"
9
9
requires-python = " >=3.8"
10
10
dependencies = [
11
- " fileformats >= 0.4 " ,
12
- " fileformats-medimage > = 0.2 "
11
+ " fileformats" ,
12
+ " fileformats-medimage"
13
13
]
14
14
license = {file = " LICENSE" }
15
15
authors = [
You can’t perform that action at this time.
0 commit comments