Skip to content

Commit 42b7ab7

Browse files
committed
Add numpy to test setup
1 parent e5ef2a7 commit 42b7ab7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ def read(fname):
2222
install_requires=['pandas >= 0.19.1, < 0.25',
2323
'requests < 3.0'],
2424
extras_require={
25-
'dev': ['pytest', 'jupyter', 'sphinx_rtd_theme', 'nbformat']})
25+
'dev': ['pytest', 'jupyter', 'sphinx_rtd_theme', 'nbformat',
26+
'numpy']})

0 commit comments

Comments
 (0)