From c13e911f80b0c75cb3a37f9f5108aa4ba9b1a934 Mon Sep 17 00:00:00 2001 From: Eilidh MacNicol Date: Tue, 10 May 2022 12:23:10 +0100 Subject: [PATCH] pin networkx < 2.7 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index fc4a54bc..89be821a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ url = https://github.com/nipreps/fmriprep-rodents [options] python_requires = >=3.7 install_requires = + networkx < 2.7 nibabel >= 3.0 nipype >= 1.7.1 nitime