mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 09:44:36 +03:00
Pin numpy to v2
This commit is contained in:
parent
77abf0828a
commit
d558e79823
|
@ -6,8 +6,8 @@ requires = [
|
|||
"preshed>=3.0.2,<3.1.0",
|
||||
"murmurhash>=0.28.0,<1.1.0",
|
||||
"thinc>=9.0.0,<9.1.0",
|
||||
"numpy>=1.15.0; python_version < '3.9'",
|
||||
"numpy>=1.25.0; python_version >= '3.9'",
|
||||
"numpy>=2.0.0; python_version < '3.9'",
|
||||
"numpy>=2.0.0; python_version >= '3.9'",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user