2019-01-16 16:42:09 +00:00
|
|
|
[build-system]
|
2020-02-12 21:49:21 +00:00
|
|
|
requires = [
|
|
|
|
"setuptools",
|
2021-06-10 09:03:30 +00:00
|
|
|
"cython>=0.25,<3.0",
|
2020-02-12 21:49:21 +00:00
|
|
|
"cymem>=2.0.2,<2.1.0",
|
|
|
|
"preshed>=3.0.2,<3.1.0",
|
|
|
|
"murmurhash>=0.28.0,<1.1.0",
|
2023-08-11 11:05:46 +00:00
|
|
|
"thinc>=8.1.8,<8.3.0",
|
2023-07-24 08:32:56 +00:00
|
|
|
"numpy>=1.15.0; python_version < '3.9'",
|
|
|
|
"numpy>=1.25.0; python_version >= '3.9'",
|
2020-02-12 21:49:21 +00:00
|
|
|
]
|
2019-01-16 16:42:09 +00:00
|
|
|
build-backend = "setuptools.build_meta"
|
2023-06-14 15:48:41 +00:00
|
|
|
|
|
|
|
[tool.isort]
|
|
|
|
profile = "black"
|