Skip to content

Commit 6d9917c

Browse files
committed
MNT: pin pandas below 0.25 to avoid bug #14
1 parent f84ee37 commit 6d9917c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
install_requires=[
3333
'typing ; python_version < "3.5"',
3434
'numpy',
35-
'pandas >= 0.21.0',
35+
'pandas >= 0.21.0, < 0.25.0',
3636
'bokeh >= 0.12.15',
3737
],
3838
extras_require={

0 commit comments

Comments
 (0)