BUG: Fix pandas insertion error on Windos

Fixes https://github.com/kernc/backtesting.py/issues/21
This commit is contained in:
Kernc
2019-10-01 04:44:24 +02:00
parent 5bcaafd6b3
commit a46d72a635
2 changed files with 27 additions and 35 deletions

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.25.0, != 0.25.0',
'bokeh >= 1.1.0',
],
extras_require={