Require numpy>=1.15.0 to avoid the RuntimeWarning

This commit is contained in:
Matthew Honnibal 2018-08-10 00:14:13 +02:00
parent 19f5046934
commit 7be9118be3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
cython>=0.24,<0.28.0
numpy>=1.7
numpy>=1.15.0
cymem>=1.30,<1.32
preshed>=1.0.0,<2.0.0
thinc>=6.10.3,<6.11.0

View File

@ -186,7 +186,7 @@ def setup_package():
ext_modules=ext_modules,
scripts=['bin/spacy'],
install_requires=[
'numpy>=1.7',
'numpy>=1.15.0',
'murmurhash>=0.28,<0.29',
'cymem>=1.30,<1.32',
'preshed>=1.0.0,<2.0.0',