From 4ba2fcd7d1f2dd01b9ba8174f1c97f02036bb3b6 Mon Sep 17 00:00:00 2001 From: JulioAPeraza Date: Tue, 2 May 2023 11:19:54 -0400 Subject: [PATCH] Unpin numpy version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 77b7885a7..1da0df4c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,7 @@ install_requires = nibabel>=3.0.0 # I/O of niftis nilearn>=0.9.2 numba # used by sparse - numpy<1.24,>=1.18 # for compatibility with numba https://github.com/numba/numba/issues/8615 + numpy>=1.18 pandas>=1.1.0 pymare~=0.0.4rc2 # nimare.meta.ibma and stats requests # nimare.extract