2021-03-06 21:52:18 +00:00
|
|
|
[build-system]
|
|
|
|
requires = [
|
2022-03-06 12:24:01 +00:00
|
|
|
"setuptools>=42",
|
2022-02-05 17:38:01 +00:00
|
|
|
"scikit-build>=0.13.0",
|
2022-06-22 14:23:35 +00:00
|
|
|
"cmake; platform_machine not in 'armv7l|armv6l|arm64|aarch64'",
|
|
|
|
"ninja; platform_system!='Windows' and platform_machine not in 'armv7l|armv6l|arm64|aarch64'",
|
2021-12-30 18:38:26 +00:00
|
|
|
"oldest-supported-numpy",
|
2022-01-09 00:25:41 +00:00
|
|
|
"Cython==3.0.0a10",
|
2022-01-29 16:07:02 +00:00
|
|
|
"rapidfuzz_capi==1.0.5"
|
2021-03-06 21:52:18 +00:00
|
|
|
]
|
2022-06-06 06:48:56 +00:00
|
|
|
build-backend = "setuptools.build_meta"
|