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",