Pin numpy to v2

This commit is contained in:
Matthew Honnibal 2024-09-02 10:10:14 +02:00
parent 77abf0828a
commit d558e79823

View File

@ -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"