Skip to content

Commit

Permalink
removed support for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 21, 2024
1 parent 75e8fbe commit edf8698
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions nipype-auto-conv/specs/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ find_replace:
- ["class _ReadDWIMetadataOutputSpec.+?(?=\\n\\n)", ""]
- ["dataset = wf_inputs\\.get\\(.*?_datalad_get\\(\\w+\\)", ""]
- ["DWIDenoise", "DwiDenoise"]
- [
"dict\\[int, \\(float, float\\)\\]",
"ty.Dict[int, ty.Tuple[float, float]]",
]
- [
"dict\\[str, float \\| np.ndarray\\]",
"ty.Dict[str, ty.Union[float, np.ndarray]]",
]
- ["\\bdict\\[", "ty.Dict["]
# - [
# "dict\\[int, \\(float, float\\)\\]",
# "ty.Dict[int, ty.Tuple[float, float]]",
# ]
# - [
# "dict\\[str, float \\| np.ndarray\\]",
# "ty.Dict[str, ty.Union[float, np.ndarray]]",
# ]
# - ["\\bdict\\[", "ty.Dict["]
omit_modules:
- "mriqc.config"
import_find_replace:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "pydra-mriqc"
description = "Pydra tasks package for mriqc"
readme = "README.rst"
requires-python = ">=3.8"
requires-python = ">=3.10"
dependencies = [
"dipy",
"fileformats >=0.8.3",
Expand Down

0 comments on commit edf8698

Please sign in to comment.