From 00c4fe3f4da91078c0a1487474ce17298ebb134d Mon Sep 17 00:00:00 2001 From: Dawn Smith Date: Thu, 13 May 2021 19:06:37 -0400 Subject: [PATCH] Updated pandas version to fix last failing test --- cifti_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cifti_requirements.txt b/cifti_requirements.txt index c5b6e88..ca28f15 100644 --- a/cifti_requirements.txt +++ b/cifti_requirements.txt @@ -7,6 +7,6 @@ nilearn>=0.5.0 numpy>=1.15.4 scipy>=1.1.0 matplotlib==2.2.2 -pandas==0.23.4 +pandas>=0.23.4 pybids>=0.7.0,<0.8.0a0 pytest