We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449c5d8 commit 349bb2dCopy full SHA for 349bb2d
2 files changed
requirements.txt
@@ -1,7 +1,4 @@
1
setuptools>=0.6.35
2
-#sphinxcontrib-napoleon>=0.3.11
3
-#Sphinx>=1.3.1
4
-#sphinx-rtd-theme>=0.1.9
5
-nose==1.3.4
6
-nose-capturestderr==1.0
7
-matplotlib
+nose>=1.3.4
+nose-capturestderr>=1.0
+matplotlib>=1.0
setup.py
@@ -32,9 +32,7 @@ def main():
32
tests_require = ['nose'],
33
packages = ['ficus'],
34
install_requires = ['nose',
35
- #'sphinxcontrib-napoleon',
36
- #'Sphinx',
37
- 'matplotlib',
+ 'matplotlib>=1.0',
38
'nose-capturestderr'],
39
include_package_data = True,
40
zip_safe = False,
0 commit comments