2022-06-09 11:37:27 +00:00
|
|
|
diff --git a/pyproject.toml b/pyproject.toml
|
2022-07-17 04:25:40 +00:00
|
|
|
index 66fef0a..a4b9f84 100644
|
2022-06-09 11:37:27 +00:00
|
|
|
--- a/pyproject.toml
|
|
|
|
+++ b/pyproject.toml
|
2022-07-17 04:25:40 +00:00
|
|
|
@@ -4,7 +4,6 @@ requires = [
|
|
|
|
"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'",
|
2022-06-09 11:37:27 +00:00
|
|
|
- "Cython==3.0.0a10",
|
2022-06-28 21:24:20 +00:00
|
|
|
"rapidfuzz_capi==1.0.5",
|
|
|
|
"typing_extensions"
|
2022-06-09 11:37:27 +00:00
|
|
|
]
|