mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-22 19:04:25 +03:00
Enable Python 3.13
This commit is contained in:
parent
be0fa812c2
commit
343f4f21d7
|
@ -1,6 +1,2 @@
|
||||||
# build version constraints for use with wheelwright
|
# build version constraints for use with wheelwright
|
||||||
numpy==1.15.0; python_version=='3.7' and platform_machine!='aarch64'
|
numpy>=2.0.0,<3.0.0
|
||||||
numpy==1.19.2; python_version=='3.7' and platform_machine=='aarch64'
|
|
||||||
numpy==1.17.3; python_version=='3.8' and platform_machine!='aarch64'
|
|
||||||
numpy==1.19.2; python_version=='3.8' and platform_machine=='aarch64'
|
|
||||||
numpy>=1.25.0; python_version>='3.9'
|
|
||||||
|
|
|
@ -6,8 +6,7 @@ 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>=8.3.0,<8.4.0",
|
"thinc>=8.3.0,<8.4.0",
|
||||||
"numpy>=2.0.0,<2.1.0; python_version < '3.9'",
|
"numpy>=2.0.0,<3.0.0"
|
||||||
"numpy>=2.0.0,<2.1.0; python_version >= '3.9'",
|
|
||||||
]
|
]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ project_urls =
|
||||||
[options]
|
[options]
|
||||||
zip_safe = false
|
zip_safe = false
|
||||||
include_package_data = true
|
include_package_data = true
|
||||||
python_requires = >=3.9,<3.13
|
python_requires = >=3.9,<3.14
|
||||||
# NOTE: This section is superseded by pyproject.toml and will be removed in
|
# NOTE: This section is superseded by pyproject.toml and will be removed in
|
||||||
# spaCy v4
|
# spaCy v4
|
||||||
setup_requires =
|
setup_requires =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user