Skip to content

Commit 349bb2d

Browse files
committed
update reqs
1 parent 449c5d8 commit 349bb2d

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

requirements.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
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
2+
nose>=1.3.4
3+
nose-capturestderr>=1.0
4+
matplotlib>=1.0

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ def main():
3232
tests_require = ['nose'],
3333
packages = ['ficus'],
3434
install_requires = ['nose',
35-
#'sphinxcontrib-napoleon',
36-
#'Sphinx',
37-
'matplotlib',
35+
'matplotlib>=1.0',
3836
'nose-capturestderr'],
3937
include_package_data = True,
4038
zip_safe = False,

0 commit comments

Comments
 (0)