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.
2 parents 4f9d2d1 + 19284f0 commit 7b445c6Copy full SHA for 7b445c6
2 files changed
requirements.txt
@@ -1,2 +1,3 @@
1
numpy>=1.6.2
2
-scipy>=0.13.3
+scipy>=0.13.3
3
+numpydoc
setup.py
@@ -15,7 +15,8 @@
15
"numpy>=1.6.2",
16
"scipy>=0.13.3",
17
"xmltodict",
18
- "nose"],
+ "nose",
19
+ "numpydoc"],
20
test_suite="nose.collector",
21
classifiers=['Intended Audience :: Science/Research',
22
'Intended Audience :: Developers',
0 commit comments