Replace pysupercluster with h3 for clustering
All checks were successful
Build Docker Image / build (push) Successful in 1m38s

This commit is contained in:
Ruslan Bakiev
2026-01-14 10:24:40 +07:00
parent 7efa753092
commit 0330203a58
2 changed files with 81 additions and 135 deletions

View File

@@ -16,8 +16,7 @@ dependencies = [
"gunicorn (>=23.0.0,<24.0.0)",
"whitenoise (>=6.7.0,<7.0.0)",
"sentry-sdk (>=2.47.0,<3.0.0)",
"pysupercluster (>=0.7.7,<1.0.0)",
"numpy (>=1.26.0,<3.0.0)"
"h3 (>=4.0.0,<5.0.0)"
]
[tool.poetry]