There was an error while loading. Please reload this page.
1 parent eedbe80 commit 62d9755Copy full SHA for 62d9755
2 files changed
pyproject.toml
@@ -28,7 +28,8 @@ classifiers = [
28
dependencies = [
29
"fastmcp>=2.11.0",
30
"httpx>=0.27.0",
31
- "textdistance>=4.6.0",
+ 'textdistance[extras]>=4.6.0; platform_machine != "arm64" and platform_machine != "aarch64" and platform_machine != "ARM64"',
32
+ 'textdistance>=4.6.0; platform_machine == "arm64" or platform_machine == "aarch64" or platform_machine == "ARM64"',
33
"pydantic>=2.5.0",
34
"python-dotenv>=1.0.0",
35
"websockets>=12.0",
0 commit comments