Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
STYLE: Increase consistency in dependency pinning specification
Browse files Browse the repository at this point in the history
Increase consistency in dependency pinning specification: remove spaces
and adopt compact notation for `nipype` in `pyproject.toml` as used for
the rest of the dependencies.
  • Loading branch information
jhlegarreta committed Oct 7, 2024
1 parent 3ddf53c commit 342c7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requires-python = ">=3.10"
dependencies = [
"dipy>=1.3.0",
"joblib",
"nipype>= 1.5.1, < 2.0",
"nipype>= 1.5.1,<2.0",
"nitransforms>=21.0.0,<24",
"nireports",
"numpy>=1.17.3",
Expand Down

0 comments on commit 342c7fc

Please sign in to comment.