Skip to content

Commit 8fc038b

Browse files
committed
MNT: Mark incompatible with numpy 1.19, Sphinx 3
1 parent ad3a484 commit 8fc038b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ provides =
3131
[options]
3232
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,<3.9dev
3333
install_requires =
34-
numpy >=1.8
34+
numpy >=1.8,<1.19dev
3535
six >=1.3
3636
bz2file ; python_version < "3.0"
3737
tests_require =
@@ -45,7 +45,7 @@ include_package_data = True
4545
dicom =
4646
dicom >=0.9.9
4747
doc =
48-
sphinx >=0.3
48+
sphinx >=0.3,<3
4949
test =
5050
nose >=0.11
5151
all =

0 commit comments

Comments
 (0)