Skip to content

Commit 308fb01

Browse files
committed
Add numpy pin to setup_requires
1 parent 2827c5f commit 308fb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install_requires =
5252
numpy>=1.7,<2
5353
svgwrite>=1.1.10
5454
setup_requires =
55-
numpy>=1.7
55+
numpy>=1.7,<2
5656
setuptools
5757

5858
[options.entry_points]

0 commit comments

Comments
 (0)