From 5a4f90be601e807b4ab040bf4f20bd06b8a3f987 Mon Sep 17 00:00:00 2001 From: Eilidh MacNicol <54267723+eilidhmacnicol@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:07:31 +0100 Subject: [PATCH] fix: typo in setup.cfg extra `i` in ``iinstall_requires` was causing pip installation to miss dependencies, including `niworkflows`. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 23e23f4..19b1f3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ setup_requires = setuptools_scm >= 6.2 wheel -iinstall_requires = +install_requires = attrs networkx nibabel >= 3.0.1