Skip to content

Commit

Permalink
Pin maximum versions of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Feb 29, 2024
1 parent 1a2d7e2 commit 0b05072
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,25 @@ license = {file = "LICENSE.md"}
requires-python = ">=3.10"
dependencies = [
'importlib_resources; python_version < "3.11"',
"fmriprep ~= 23.2.0",
"indexed_gzip >= 0.8.8",
"fmriprep <= 23.2",
"indexed_gzip <= 1.8",
"looseversion",
"networkx ~= 3.2.1", # nipype needs networkx, but 3+ isn"t compatible with nipype 1.8.5
"nibabel >= 4.0.1",
"nipype >= 1.8.5",
"nitransforms >= 21.0.0",
"niworkflows ~= 1.10.0",
"numpy >= 1.22",
"nibabel <= 5.1",
"nilearn <= 0.10.2",
"nipype <= 1.8.6",
"nitransforms <= 23.0",
"niworkflows <= 1.10",
"numpy <= 1.26",
"packaging",
"pandas",
"psutil >= 5.4",
"pybids ~= 0.16.4",
"psutil <= 5.9",
"pybids <= 0.16",
"requests",
"sdcflows ~= 2.8.0",
"sentry-sdk >= 0.6.9",
"smriprep ~= 0.13.1",
"templateflow >= 23.0.0",
"sdcflows <= 2.8",
"sentry-sdk <= 1.40",
"smriprep <= 0.13",
"templateflow <= 23.0",
"toml",

]
Expand Down

0 comments on commit 0b05072

Please sign in to comment.