Skip to content

Commit

Permalink
add statsmodels dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine committed Dec 19, 2023
1 parent e1b5aeb commit 6101408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ dependencies = [
'six >= 1.16.0',
'templateflow >= 23.0.0',
'kneed >= 0.8.2',
'networkx >= 2.8.5'
'networkx >= 2.8.5',
'statsmodels >= 0.14.0'
]

[project.optional-dependencies]
Expand Down

0 comments on commit 6101408

Please sign in to comment.