Skip to content

Commit

Permalink
add dependencies, use temporary nitransforms dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinsard committed May 15, 2024
1 parent 6d9f77e commit 9c0c3c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ dependencies = [
"nibabel >= 3.0",
"nilearn >= 0.5.2",
"nipype >= 1.8.5",
"nitransforms >= 21.0.0",
# "nitransforms >= 21.0.0",
"nitransforms@https://github.com/bpinsard/nitransforms/archive/refs/heads/enh/output_displacement_field.zip",
"numpy",
"packaging",
"pandas",
Expand All @@ -45,6 +46,7 @@ dependencies = [
"templateflow >= 0.7.2",
"traits < 6.4",
"transforms3d",
"gradunwarp@https://github.com/bpinsard/gradunwarp/archive/refs/heads/master.zip",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 9c0c3c5

Please sign in to comment.