Update packages

This commit is contained in:
Andras Schmelczer 2026-01-28 22:12:37 +00:00
parent c08970c06c
commit 30bb9a3d7c
5 changed files with 567 additions and 744 deletions

View file

@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"attrs>=22.2.0",
"httpx>=0.28.1",
"httpx[socks]>=0.28.1",
"ipywidgets>=8.0.0",
"jupyter>=1.0.0",
"nest-asyncio>=1.6.0",
@ -22,10 +22,12 @@ dependencies = [
"h3>=3.7.0",
"overturemaps>=0.18.0",
"fastexcel>=0.19.0",
"osmium>=4.0.0",
"matplotlib>=3.10.8",
]
[tool.uv]
environments = ["sys_platform == 'linux' and python_version < '3.14'"]
[dependency-groups]
dev = ["ruff>=0.8.0"]
[tool.uv.sources]
journey-client = { path = "./tfl_journey_client" }