Skip to content

Commit 12b6e37

Browse files
committed
FIX: Drop pandas ceiling
1 parent 4c0835f commit 12b6e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nipype/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def get_nipype_gitversion():
153153

154154
TESTS_REQUIRES = [
155155
"coverage >= 5.2.1",
156-
"pandas > 1.5.0, <= 2.0",
156+
"pandas > 1.5.0",
157157
"pytest >= 6",
158158
"pytest-cov >=2.11",
159159
"pytest-env",

0 commit comments

Comments
 (0)