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

Commit 0cc031f

Browse files
sashabaranovibab
authored andcommitted
Require pandas >= 0.18.0 (#34)
According to pandas documentation: `RangeIndex is a sub-class of Int64Index added in version 0.18.0` RangeIndex is used in root_pandas.
1 parent 2001dcc commit 0cc031f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
license='MIT',
1010
install_requires=[
1111
'numpy',
12-
'pandas',
12+
'pandas>=0.18.0',
1313
'root_numpy',
1414
],
1515
packages=['root_pandas'],

0 commit comments

Comments
 (0)