mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Remove detailed numpy constraints from pyproject.toml
This commit is contained in:
parent
e99cd82367
commit
2df1ab8a1f
|
@ -8,9 +8,6 @@ requires = [
|
||||||
"thinc>=8.0.0rc3,<8.1.0",
|
"thinc>=8.0.0rc3,<8.1.0",
|
||||||
"blis>=0.4.0,<0.8.0",
|
"blis>=0.4.0,<0.8.0",
|
||||||
"pathy",
|
"pathy",
|
||||||
"numpy==1.15.0; python_version<='3.7'",
|
"numpy>=1.15.0",
|
||||||
"numpy==1.17.3; python_version=='3.8'",
|
|
||||||
"numpy==1.19.3; python_version=='3.9'",
|
|
||||||
"numpy; python_version>='3.10'",
|
|
||||||
]
|
]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user