Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Require pandas >= 0.18.0 (#34)
Browse files Browse the repository at this point in the history
According to pandas documentation: `RangeIndex is a sub-class of Int64Index added in version 0.18.0`
RangeIndex is used in root_pandas.
  • Loading branch information
sashabaranov authored and ibab committed Oct 25, 2016
1 parent 2001dcc commit 0cc031f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
license='MIT',
install_requires=[
'numpy',
'pandas',
'pandas>=0.18.0',
'root_numpy',
],
packages=['root_pandas'],
Expand Down

0 comments on commit 0cc031f

Please sign in to comment.