mirror of https://github.com/explosion/spaCy.git
Enable Python 3.13
This commit is contained in:
parent
be0fa812c2
commit
343f4f21d7
|
@ -1,6 +1,2 @@
|
|||
# build version constraints for use with wheelwright
|
||||
numpy==1.15.0; python_version=='3.7' and platform_machine!='aarch64'
|
||||
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'
|
||||
numpy>=2.0.0,<3.0.0
|
||||
|
|
|
@ -6,8 +6,7 @@ requires = [
|
|||
"preshed>=3.0.2,<3.1.0",
|
||||
"murmurhash>=0.28.0,<1.1.0",
|
||||
"thinc>=8.3.0,<8.4.0",
|
||||
"numpy>=2.0.0,<2.1.0; python_version < '3.9'",
|
||||
"numpy>=2.0.0,<2.1.0; python_version >= '3.9'",
|
||||
"numpy>=2.0.0,<3.0.0"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
|
Loading…
Reference in New Issue