Skip to content

Commit

Permalink
fix: typo in setup.cfg
Browse files Browse the repository at this point in the history
extra `i` in ``iinstall_requires` was causing pip installation to miss dependencies, including `niworkflows`.
  • Loading branch information
eilidhmacnicol authored Jul 1, 2024
1 parent eea468a commit 5a4f90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ setup_requires =
setuptools_scm >= 6.2
wheel

iinstall_requires =
install_requires =
attrs
networkx
nibabel >= 3.0.1
Expand Down

0 comments on commit 5a4f90b

Please sign in to comment.