Skip to content

Commit

Permalink
np.AxisError was added in numpy 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis committed Oct 2, 2018
1 parent f9c4169 commit ada0195
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 @@ -25,7 +25,7 @@
'Topic :: Scientific/Engineering',
]

INSTALL_REQUIRES = ['numpy >= 1.12', 'pandas >= 0.19.2']
INSTALL_REQUIRES = ['numpy >= 1.13', 'pandas >= 0.19.2']
TESTS_REQUIRE = ['pytest >= 2.7.1']
if sys.version_info[0] < 3:
TESTS_REQUIRE.append('mock')
Expand Down

0 comments on commit ada0195

Please sign in to comment.