accelerate loading speed

This commit is contained in:
deng
2026-05-25 13:51:48 +08:00
parent 145b52490f
commit 302e105f09
7 changed files with 78 additions and 22 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "hiking-assistant"
version = "1.0.1"
version = "1.0.2"
description = "This is a web app to analyze gpx for hiking planning"
readme = "README.md"
requires-python = ">=3.13"
@ -13,7 +13,6 @@ dependencies = [
"requests>=2.32.3",
"geopy>=2.4.1",
"streamlit-plotly-events>=0.0.6",
"pyyaml>=6.0.3",
]
[dependency-groups]