mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-10 08:30:34 +03:00
Add wheel to setup_requires
This commit is contained in:
parent
5a4c5b78a8
commit
9ebe607f82
1
setup.py
1
setup.py
|
@ -185,6 +185,7 @@ def setup_package():
|
||||||
license=about['__license__'],
|
license=about['__license__'],
|
||||||
ext_modules=ext_modules,
|
ext_modules=ext_modules,
|
||||||
scripts=['bin/spacy'],
|
scripts=['bin/spacy'],
|
||||||
|
setup_requires=['wheel>=0.32.0,<0.33.0'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy>=1.15.0',
|
'numpy>=1.15.0',
|
||||||
'msgpack-numpy<0.4.4.0'
|
'msgpack-numpy<0.4.4.0'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user