Skip to content

Commit ac57801

Browse files
authored
Pin minimum version of pandas (#722)
using pandas 1.0.3, and 1.0.4 throw errors, but 1.1.0 does not
1 parent cb542af commit ac57801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ install_requires =
4848
nilearn>=0.7.1
4949
numba # used by sparse
5050
numpy
51-
pandas
51+
pandas>=1.1.0
5252
pymare~=0.0.4rc2 # nimare.meta.ibma and stats
5353
requests # nimare.extract
5454
scikit-learn # nimare.annotate and nimare.decode

0 commit comments

Comments
 (0)