MapToPoster / pyproject.toml
isaachwf's picture
fix 7
a74d394
[project]
name = "maptoposter"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "IsaacHuo", email = "“2210286979@qq.com" }
]
requires-python = ">=3.12"
dependencies = [
"certifi==2026.1.4",
"charset-normalizer==3.4.4",
"contourpy==1.3.3",
"cycler==0.12.1",
"fonttools==4.61.1",
"geographiclib==2.1",
"geopandas==1.1.2",
"geopy==2.4.1",
"idna==3.11",
"kiwisolver==1.4.9",
"matplotlib==3.10.8",
"networkx==3.6.1",
"numpy==2.4.0",
"osmnx==2.0.7",
"packaging==25.0",
"pandas==2.3.3",
"pillow==12.1.0",
"pyogrio==0.12.1",
"pyparsing==3.3.1",
"pyproj==3.7.2",
"python-dateutil==2.9.0.post0",
"pytz==2025.2",
"requests==2.32.5",
"scipy==1.16.3",
"shapely==2.1.2",
"six==1.17.0",
"tqdm==4.67.1",
"tzdata==2025.3",
"urllib3==2.6.3",
"gradio",
]
[build-system]
requires = ["uv_build>=0.9.24,<0.10.0"]
build-backend = "uv_build"