Skip to content

Commit f68a93f

Browse files
author
goblincomet
committed
MNT: Pin pandas >= 0.21.0 for TestOptimize.test_optimize_invalid_param
1 parent 4423a15 commit f68a93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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.20.0',
35+
'pandas >= 0.21.0',
3636
'bokeh >= 0.12.15',
3737
],
3838
extras_require={

0 commit comments

Comments
 (0)