From a693e129dc1fe40297d3fc4e0c228dcb41e184d4 Mon Sep 17 00:00:00 2001 From: Jon Cluce Date: Mon, 18 Nov 2024 14:27:34 -0500 Subject: [PATCH] =?UTF-8?q?REF:=20=E2=89=A5=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Chris Markiewicz --- nipype/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipype/info.py b/nipype/info.py index c8a8b9686d..47d765b34e 100644 --- a/nipype/info.py +++ b/nipype/info.py @@ -153,7 +153,7 @@ def get_nipype_gitversion(): TESTS_REQUIRES = [ "coverage >= 5.2.1", - "pandas > 1.5.0", + "pandas >= 1.5.0", "pytest >= 6", "pytest-cov >=2.11", "pytest-env",