MNT: Pin pandas != 0.25.0

Refs: 6d9917c
Refs: https://github.com/kernc/backtesting.py/issues/14
This commit is contained in:
Kernc
2019-09-23 01:57:43 +02:00
parent 3deee42bae
commit 0444313734

View File

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