We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e99bc6 commit 63f483eCopy full SHA for 63f483e
.github/workflows/ci-cd.yml
@@ -145,7 +145,7 @@ jobs:
145
runs-on: ubuntu-latest
146
strategy:
147
matrix:
148
- python-version: [3.8, 3.11]
+ python-version: [3.11, 3.13]
149
defaults:
150
run:
151
shell: bash -l {0}
pyproject.toml
@@ -10,7 +10,7 @@ requires-python = ">=3.8"
10
dependencies = [
11
"fileformats-medimage_mrtrix3 >=3.0.4a5",
12
"numpy",
13
- "pydra >=0.23",
+ "pydra >=0.25",
14
]
15
license = { file = "LICENSE" }
16
authors = [{ name = "Thomas G. Close", email = "[email protected]" }]
0 commit comments