2022-06-09 11:37:27 +00:00
|
|
|
diff --git a/pyproject.toml b/pyproject.toml
|
2022-09-30 10:41:03 +00:00
|
|
|
index 4fcb1d7..af19a4a 100644
|
2022-06-09 11:37:27 +00:00
|
|
|
--- a/pyproject.toml
|
|
|
|
+++ b/pyproject.toml
|
2022-09-30 10:41:03 +00:00
|
|
|
@@ -3,7 +3,6 @@ requires = [
|
2022-07-17 22:03:37 +00:00
|
|
|
"setuptools>=42",
|
2022-09-30 10:41:03 +00:00
|
|
|
"scikit-build==0.14.1; platform_system=='Linux'",
|
|
|
|
"scikit-build==0.15.0; platform_system!='Linux'",
|
2022-08-07 10:22:10 +00:00
|
|
|
- "Cython==3.0.0a11",
|
2022-07-17 22:03:37 +00:00
|
|
|
"rapidfuzz_capi==1.0.5"
|
2022-06-09 11:37:27 +00:00
|
|
|
]
|
2022-07-17 22:03:37 +00:00
|
|
|
build-backend = "backend"
|