From 8e2bfb53220c9a67c33a5c8b60a92d33f2128f43 Mon Sep 17 00:00:00 2001 From: Kernc Date: Tue, 2 Jul 2019 17:56:52 +0200 Subject: [PATCH] MNT: Pin pandas >= 0.21.0 for `TestOptimize.test_optimize_invalid_param` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 110b361..f96eb82 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ if __name__ == '__main__': install_requires=[ 'typing ; python_version < "3.5"', 'numpy', - 'pandas >= 0.20.0', + 'pandas >= 0.21.0', 'bokeh >= 0.12.15', ], extras_require={