Skip to content

Commit 62fde5e

Browse files
committed
false alarm; problem solved in ##347
This reverts commit f2f5a37.
1 parent f2f5a37 commit 62fde5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bids/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
AUTHOR_EMAIL = "[email protected]"
4646
PLATFORMS = "OS Independent"
4747
# No data for now
48-
REQUIRES = ["grabbit==0.2.6", "six", "num2words", "numpy<1.16", "scipy",
49-
"pandas", "nibabel>=2.1", "patsy"]
48+
REQUIRES = ["grabbit==0.2.6", "six", "num2words", "numpy", "scipy", "pandas",
49+
"nibabel>=2.1", "patsy"]
5050
EXTRAS_REQUIRE = {
5151
# Just to not break compatibility with externals requiring
5252
# now deprecated installation schemes

0 commit comments

Comments
 (0)