Skip to content

Commit 540ed9b

Browse files
authored
Merge pull request #119 from nipreps:fix/pyproject-dependencies
FIX: Ensure 'all' includes all optional dependencies
2 parents 0fb310a + 28561ad commit 540ed9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ benchmark = [
109109
# Aliases
110110
docs = ["nifreeze[doc]"]
111111
tests = ["nifreeze[test]"]
112-
all = ["nifreeze[doc,test,dev,plotting,resmon,antsopt]"]
112+
all = ["nifreeze[antsopt,benchmark,dev,doc,notebooks,plotting,resmon,test,types]"]
113113

114114
[project.scripts]
115115
nifreeze = "nifreeze.cli.run:main"

0 commit comments

Comments
 (0)