Skip to content

Commit 943931c

Browse files
committed
Bump NumPy requirements in build too.
This was missing from e3442ae.
1 parent 29030e7 commit 943931c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setupext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,10 +953,10 @@ def add_flags(self, ext):
953953
ext.define_macros.append(('__STDC_FORMAT_MACROS', 1))
954954

955955
def get_setup_requires(self):
956-
return ['numpy>=1.7.1']
956+
return ['numpy>=1.10.0']
957957

958958
def get_install_requires(self):
959-
return ['numpy>=1.7.1']
959+
return ['numpy>=1.10.0']
960960

961961

962962
class LibAgg(SetupPackage):

0 commit comments

Comments
 (0)