Skip to content

Commit 1ab44e7

Browse files
committed
MAINT: Update setup.cfg nose version to match installation instructions
1 parent 28d460e commit 1ab44e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ install_requires =
3434
numpy >=1.8
3535
six >=1.3
3636
bz2file ; python_version < "3.0"
37-
tests_require = nose
37+
tests_require =
38+
nose >=0.11
3839
test_suite = nose.collector
3940
zip_safe = False
4041
packages = find:
@@ -46,7 +47,7 @@ dicom =
4647
doc =
4748
sphinx >=0.3
4849
test =
49-
nose >=0.10.1
50+
nose >=0.11
5051
all =
5152
%(dicom)s
5253
%(doc)s

0 commit comments

Comments
 (0)