MNT: Pin pandas >= 0.21.0 for TestOptimize.test_optimize_invalid_param

This commit is contained in:
Kernc
2019-07-02 17:56:52 +02:00
parent 4ff626e117
commit 8e2bfb5322

View File

@@ -32,7 +32,7 @@ if __name__ == '__main__':
install_requires=[ install_requires=[
'typing ; python_version < "3.5"', 'typing ; python_version < "3.5"',
'numpy', 'numpy',
'pandas >= 0.20.0', 'pandas >= 0.21.0',
'bokeh >= 0.12.15', 'bokeh >= 0.12.15',
], ],
extras_require={ extras_require={