mirror of
https://github.com/kernc/backtesting.py.git
synced 2024-01-28 15:29:30 +03:00
MNT: Pin pandas >= 0.21.0 for TestOptimize.test_optimize_invalid_param
This commit is contained in:
2
setup.py
2
setup.py
@@ -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={
|
||||||
|
|||||||
Reference in New Issue
Block a user