Skip to content

Commit 76a7a87

Browse files
committed
moved fileformats packages into 'related-packages' to avoid issues when installing pydra-task packages in dev mode
1 parent 40fb77d commit 76a7a87

File tree

9 files changed

+5
-5
lines changed

9 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.

fileformats/extras/pyproject.toml renamed to related-packages/fileformats-extras/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ description = "Extensions to add functionality to tool-specific *fileformats* cl
88
readme = "README.rst"
99
requires-python = ">=3.8"
1010
dependencies = [
11-
"fileformats >= 0.7",
11+
"fileformats",
1212
"fileformats-medimage-CHANGEME",
13-
"pydra >= 0.22.0"
13+
"pydra >= 0.23.0a"
1414
]
1515
license = {file = "LICENSE"}
1616
authors = [
File renamed without changes.

fileformats/src/README.rst renamed to related-packages/fileformats/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
How 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

fileformats/src/pyproject.toml renamed to related-packages/fileformats/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ description = "Classes for representing different file formats in Python classes
88
readme = "README.rst"
99
requires-python = ">=3.8"
1010
dependencies = [
11-
"fileformats >= 0.4",
12-
"fileformats-medimage > = 0.2"
11+
"fileformats",
12+
"fileformats-medimage"
1313
]
1414
license = {file = "LICENSE"}
1515
authors = [

0 commit comments

Comments
 (0)