mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 09:42:26 +03:00
Fix blis build dependencies
* Add blis with python_version constraints to pyproject.toml * Add blis to setup_requires
This commit is contained in:
parent
e0f5646a4a
commit
5b8fdc05bb
|
@ -6,6 +6,8 @@ requires = [
|
||||||
"preshed>=3.0.2,<3.1.0",
|
"preshed>=3.0.2,<3.1.0",
|
||||||
"murmurhash>=0.28.0,<1.1.0",
|
"murmurhash>=0.28.0,<1.1.0",
|
||||||
"thinc>=7.4.1,<7.5.0",
|
"thinc>=7.4.1,<7.5.0",
|
||||||
|
"blis>=0.4.0,<0.8.0; python_version >= '3.6'",
|
||||||
|
"blis>=0.4.0,<0.5.0; python_version < '3.6'",
|
||||||
"numpy==1.15.0; python_version<='3.7'",
|
"numpy==1.15.0; python_version<='3.7'",
|
||||||
"numpy==1.17.3; python_version=='3.8'",
|
"numpy==1.17.3; python_version=='3.8'",
|
||||||
"numpy==1.19.3; python_version=='3.9'",
|
"numpy==1.19.3; python_version=='3.9'",
|
||||||
|
|
|
@ -40,6 +40,7 @@ setup_requires =
|
||||||
preshed>=3.0.2,<3.1.0
|
preshed>=3.0.2,<3.1.0
|
||||||
murmurhash>=0.28.0,<1.1.0
|
murmurhash>=0.28.0,<1.1.0
|
||||||
thinc>=7.4.1,<7.5.0
|
thinc>=7.4.1,<7.5.0
|
||||||
|
blis>=0.4.0,<0.8.0
|
||||||
install_requires =
|
install_requires =
|
||||||
# Our libraries
|
# Our libraries
|
||||||
murmurhash>=0.28.0,<1.1.0
|
murmurhash>=0.28.0,<1.1.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user