Skip to content

Commit 62d9755

Browse files
authored
fix: retain textdistance version constraints (#39)
1 parent eedbe80 commit 62d9755

2 files changed

Lines changed: 59 additions & 116 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ classifiers = [
2828
dependencies = [
2929
"fastmcp>=2.11.0",
3030
"httpx>=0.27.0",
31-
"textdistance>=4.6.0",
31+
'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"',
3233
"pydantic>=2.5.0",
3334
"python-dotenv>=1.0.0",
3435
"websockets>=12.0",

0 commit comments

Comments
 (0)