[project] name = "property-map" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ "attrs>=22.2.0", "httpx[socks]>=0.28.1", "ipywidgets>=8.0.0", "jupyter>=1.0.0", "nest-asyncio>=1.6.0", "numpy>=1.26.0", "pandas>=2.0.0", "plotly>=6.5.2", "polars>=1.37.1", "pyarrow>=15.0.0", "python-dateutil>=2.8.0", "tqdm>=4.67.1", "fastapi[standard]>=0.115.0", "uvicorn>=0.34.0", "h3>=3.7.0", "overturemaps>=0.18.0", "fastexcel>=0.19.0", "osmium>=4.0.0", "matplotlib>=3.10.8", "thefuzz>=0.22.1", "python-levenshtein>=0.27.3", "scipy>=1.17.0", ] [tool.uv] environments = ["sys_platform == 'linux' and python_version < '3.14'"] [dependency-groups] dev = [ "pytest>=9.0.2", "ruff>=0.8.0", ]