Skip to content

Commit a98c19d

Browse files
author
goblincomet
committed
MNT: Pin pandas != 0.25.0
Refs: 6d9917c Refs: kernc/backtesting.py#14
1 parent 521dd1e commit a98c19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
install_requires=[
3333
'typing ; python_version < "3.5"',
3434
'numpy',
35-
'pandas >= 0.21.0, < 0.25.0',
35+
'pandas >= 0.21.0, != 0.25.0',
3636
'bokeh >= 0.12.15',
3737
],
3838
extras_require={

0 commit comments

Comments
 (0)