Skip to content

Commit 817afea

Browse files
committed
Simplify project dependencies
These dependencies aren't directly used in this project, they're only used in the upstream libraries we're using. They don't need to be installed for this project.
1 parent 8b5500a commit 817afea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ readme = "README.md"
66
requires-python = ">= 3.10"
77
license = {file = "LICENSE"}
88
dependencies = [
9-
"affine",
109
"odc-geo>=0.4.7",
1110
"rasterio>=1.0.0,!=1.3.0,!=1.3.1",
1211
"dask[array]",
1312
"numpy>=1.20.0",
14-
"pandas",
15-
"toolz",
1613
"xarray>=0.19",
1714
]
1815
classifiers = [

0 commit comments

Comments
 (0)