Skip to content

Commit 0444313

Browse files
committed
MNT: Pin pandas != 0.25.0
Refs: 6d9917c Refs: #14
1 parent 3deee42 commit 0444313

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, < 0.25.0',
35+
'pandas >= 0.21.0, != 0.25.0',
3636
'bokeh >= 0.12.15',
3737
],
3838
extras_require={

0 commit comments

Comments
 (0)