Skip to content

Commit feea9a7

Browse files
authored
Remove unused deps (#6)
1 parent be16416 commit feea9a7

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,9 @@ authors = [
1111
requires-python = ">=3.12"
1212
dependencies = [
1313
"zarr>=3.0.8",
14-
"xarray",
15-
"rioxarray",
16-
"cf-xarray",
17-
"cftime",
18-
"dask",
1914
"pydantic>=2.12",
20-
"pydantic-zarr>=0.8.0",
2115
"pyproj>=3.7.0",
2216
"structlog>=25.5.0",
23-
"typing-extensions>=4.15.0",
24-
"async-geotiff",
25-
"obstore",
2617
]
2718
dynamic = ["version"]
2819
readme = "README.md"
@@ -140,7 +131,7 @@ warn_unused_ignores = true
140131
strict_equality = true
141132

142133
[[tool.mypy.overrides]]
143-
module = ["zarr.*", "xarray.*", "rioxarray.*", "cf_xarray.*", "dask.*", "pyproj.*"]
134+
module = ["zarr.*", "pyproj.*"]
144135
ignore_missing_imports = true
145136

146137
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)