We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ef2a7 commit 42b7ab7Copy full SHA for 42b7ab7
setup.py
@@ -22,4 +22,5 @@ def read(fname):
22
install_requires=['pandas >= 0.19.1, < 0.25',
23
'requests < 3.0'],
24
extras_require={
25
- 'dev': ['pytest', 'jupyter', 'sphinx_rtd_theme', 'nbformat']})
+ 'dev': ['pytest', 'jupyter', 'sphinx_rtd_theme', 'nbformat',
26
+ 'numpy']})
0 commit comments