This commit is contained in:
Ruby 2026-02-10 21:26:25 +00:00
commit 1397b6afd5
217 changed files with 24403 additions and 5858 deletions

View file

@ -5,7 +5,6 @@ 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",
@ -14,7 +13,6 @@ dependencies = [
"plotly>=6.5.2",
"polars>=1.37.1",
"pyarrow>=15.0.0",
"python-dateutil>=2.8.0",
"tqdm>=4.67.1",
"fastexcel>=0.19.0",
"scipy>=1.17.0",
@ -25,7 +23,8 @@ dependencies = [
"scipy>=1.17.0",
"shapely>=2.0.0",
"rasterio>=1.5.0",
"pyproj>=3.7.2"
"pyproj>=3.7.2",
"pyshp>=2.3.0",
]
[tool.uv]